IntervalSpawnSystem{} now works with mob groupsize flags
This commit is contained in:
parent
60fe39c834
commit
75e17f235d
4 changed files with 67 additions and 36 deletions
|
|
@ -45,7 +45,7 @@ extern crate lazy_static;
|
|||
|
||||
//Consts
|
||||
pub const SHOW_MAPGEN: bool = false;
|
||||
pub const LOG_SPAWNING: bool = false;
|
||||
pub const LOG_SPAWNING: bool = true;
|
||||
pub const LOG_TICKS: bool = false;
|
||||
|
||||
#[derive(PartialEq, Copy, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue