IntervalSpawnSystem{} now works with mob groupsize flags

This commit is contained in:
Llywelwyn 2023-08-02 00:37:56 +01:00
parent 60fe39c834
commit 75e17f235d
4 changed files with 67 additions and 36 deletions

View file

@ -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)]