returns the option for scanlines, cleans up config

This commit is contained in:
Llywelwyn 2023-08-23 21:14:07 +01:00
parent e62a081103
commit ff344ccee4
6 changed files with 40 additions and 25 deletions

View file

@ -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.