Added default font and exception throwing to replace some nullptr returns

This commit is contained in:
2021-12-11 12:10:56 -05:00
parent d2826f08fe
commit 10e2b3c538
10 changed files with 62 additions and 22 deletions

View File

@@ -1,6 +1,12 @@
[display]
target_fps = 61
show_fps = true
window_width = 800
window_height = 600
window_title = "Roguelike Algorithm Visualizer"
window_title = "Roguelike Algorithm Visualizer"
[overlay]
show_fps = true
[font]
default_font_name = "Consolas-Regular"
default_font_size = 12