config stuff to config folder
This commit is contained in:
parent
705a6bb1fb
commit
424bf43ed5
12 changed files with 20 additions and 15 deletions
|
|
@ -40,9 +40,7 @@ mod spatial;
|
|||
extern crate lazy_static;
|
||||
|
||||
//Consts
|
||||
pub const SHOW_MAPGEN: bool = false;
|
||||
pub const LOG_SPAWNING: bool = true;
|
||||
pub const LOG_TICKS: bool = false;
|
||||
pub use config::{ SHOW_MAPGEN, LOG_SPAWNING, LOG_TICKS };
|
||||
|
||||
#[derive(PartialEq, Copy, Clone)]
|
||||
pub enum RunState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue