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:
2021-12-22 12:33:47 -05:00
parent 00abbbebbd
commit 1a917af13c
23 changed files with 272 additions and 64 deletions

9
config/visualizer.toml Normal file
View 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 = '#'