Non-convex chasms

This commit is contained in:
2026-01-26 10:59:51 +00:00
parent 962df63e62
commit a6976eae8d
11 changed files with 341 additions and 323 deletions
+1
View File
@@ -31,6 +31,7 @@ data CWorld = CWorld
, _incEdges :: [(Int,Int)]
, _numberFloorVerxs :: Int
, _chasms :: [[Point2]]
, _cliffs :: [(Point2,Point2)]
, _numberChasmVerxs :: Int
, _highlightItems :: IM.IntMap Int
}