Commit before static wall change

This commit is contained in:
jgk
2021-04-27 22:01:03 +02:00
parent 6d229f8de2
commit 2085d5a048
9 changed files with 10 additions and 19 deletions
-1
View File
@@ -63,7 +63,6 @@ autoDoorPane (trigx,trigy) n closedPos openPos = Door
, _wlID = n
, _doorMech = dm
, _wlColor = dim $ yellow
, _wlDraw = Nothing
, _wlSeen = False
, _wlIsSeeThrough = False
, _doorPathable = True
-2
View File
@@ -91,7 +91,6 @@ addBlockNoShadow (p:ps) hp col isSeeThrough degradability hasAllShadows w
, _wlID = j
-- , _wlColor = greyN 0.5
, _wlColor = col
, _wlDraw = Nothing
, _wlSeen = False
, _blIDs = is
, _blHP = hp
@@ -124,7 +123,6 @@ addBlock (p:ps) hp col isSeeThrough degradability w
, _wlID = j
-- , _wlColor = greyN 0.5
, _wlColor = col
, _wlDraw = Nothing
, _wlSeen = False
, _blIDs = is
, _blHP = hp
-1
View File
@@ -112,7 +112,6 @@ triggerDoorPane c cond n closedPos openPos = Door
, _wlID = n
, _doorMech = dm
, _wlColor = c
, _wlDraw = Nothing
, _wlSeen = False
, _wlIsSeeThrough = False
, _doorPathable = False