Partially implement separate blocks

This commit is contained in:
2021-10-26 22:53:49 +01:00
parent d136fd910c
commit 12d43f9cf0
15 changed files with 145 additions and 115 deletions
+3 -2
View File
@@ -568,13 +568,14 @@ data Wall
, _wlColor :: Color
, _wlSeen :: Bool
, _blIDs :: [Int]
, _blHP :: Int
--, _blHP :: Int
, _wlIsSeeThrough :: Bool
, _blVisible :: Bool
, _blDegrades :: [Int]
--, _blDegrades :: [Int]
, _blShadows :: [Int]
, _wlDraw :: Bool
, _wlRotateTo :: Bool
, _wlBlockID :: Int
}
data ForceField = FF
{ _ffLine :: [Point2] , _ffID :: Int