Fix bugs in zoning

This commit is contained in:
2022-07-30 14:21:13 +01:00
parent c8ad3e1294
commit 82db86f55f
16 changed files with 204 additions and 157 deletions
+1
View File
@@ -46,6 +46,7 @@ data DebugBool
| Bound_box_screen
| Show_wall_search_rays
| Show_dda_test
| Collision_test
| Show_far_wall_detect
| Show_select
| Inspect_wall
+1
View File
@@ -34,6 +34,7 @@ data World = World
, _testFloat :: Float
, _lLine :: (Point2, Point2)
, _rLine :: (Point2, Point2)
, _lrLine :: (Point2, Point2)
, _lSelect :: Point2
, _rSelect :: Point2
, _backspaceTimer :: Int