returns the option for scanlines, cleans up config
This commit is contained in:
parent
e62a081103
commit
ff344ccee4
6 changed files with 40 additions and 25 deletions
|
|
@ -4,6 +4,7 @@ pub mod glyphs;
|
|||
pub mod messages;
|
||||
pub mod char_create;
|
||||
|
||||
pub const SHOW_MAPGEN: bool = false;
|
||||
pub const LOG_SPAWNING: bool = true;
|
||||
pub const LOG_TICKS: bool = false;
|
||||
// DEBUG/LOGGING
|
||||
pub const SHOW_MAPGEN: bool = false; // Shows the step-by-step map gen process.
|
||||
pub const LOG_SPAWNING: bool = true; // Logs spawning of entities.
|
||||
pub const LOG_TICKS: bool = false; // Logs hunger/energy ticks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue