Test aggressive object culling

This commit is contained in:
2022-06-17 20:14:47 +01:00
parent f365f18ee8
commit 261bb0bb6b
11 changed files with 38 additions and 16 deletions
+2
View File
@@ -90,6 +90,8 @@ debugMenuOptions = zipWith ($)
, makeBoolOption debug_show_sound "SHOW VISUAL SOUNDS"
, makeBoolOption debug_mouse_position "SHOW MOUSE POSITION"
, makeBoolOption debug_walls "SHOW WALL INFO"
, makeBoolOption debug_remove_LOS "REMOVE LOS"
, makeBoolOption debug_cull_more_lights "CULL MORE LIGHTS"
]
$ map Scancode [4 ..]
gameplayMenu :: ScreenLayer