initial tweaks - starting room w/ corridors + doors

This commit is contained in:
Llywelwyn 2023-10-02 07:00:28 +01:00
parent 97ca3a25e3
commit 7a27321bec
4 changed files with 168 additions and 23 deletions

View file

@ -34,7 +34,7 @@ impl Default for Config {
fn default() -> Self {
Config {
logging: LogConfig {
show_mapgen: false,
show_mapgen: true,
log_combat: false,
log_spawning: false,
log_ticks: false,