improved logging (debug stuff)

This commit is contained in:
Llywelwyn 2023-07-31 05:39:09 +01:00
parent aac6e0ad02
commit c00418f7c8
4 changed files with 24 additions and 38 deletions

View file

@ -45,6 +45,8 @@ extern crate lazy_static;
//Consts
pub const SHOW_MAPGEN: bool = false;
pub const LOG_SPAWNING: bool = true;
pub const LOG_TICKS: bool = true;
#[derive(PartialEq, Copy, Clone)]
pub enum RunState {