fixed several memory leaks caused by not including virtual destructors, added a config for the visualizer, next up is lua
This commit is contained in:
9
config/visualizer.toml
Normal file
9
config/visualizer.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[rendering]
|
||||
tile_size_w = 48
|
||||
tile_size_h = 48
|
||||
|
||||
[map]
|
||||
map_size_w = 20
|
||||
map_size_h = 20
|
||||
floor_char = '.'
|
||||
wall_char = '#'
|
||||
Reference in New Issue
Block a user