sorry - swapping from rustfmt to prettier-rust
This commit is contained in:
parent
281396f9ce
commit
c2c7e0bd52
93 changed files with 2797 additions and 2021 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use super::{spawner, BuilderMap, MetaMapBuilder, TileType};
|
||||
use super::{ spawner, BuilderMap, MetaMapBuilder, TileType };
|
||||
use rltk::RandomNumberGenerator;
|
||||
use std::collections::HashMap;
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ impl VoronoiSpawning {
|
|||
rng,
|
||||
area.1,
|
||||
&mut build_data.spawn_list,
|
||||
build_data.initial_player_level,
|
||||
build_data.initial_player_level
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue