This commit is contained in:
2022-07-11 10:26:33 +01:00
parent 75d597f774
commit 3447b9b0bb
15 changed files with 28 additions and 28 deletions
+4 -4
View File
@@ -16,7 +16,7 @@ defaultWall = Wall
, _wlFireThrough = False
, _wlTouchThrough = False
, _wlReflect = False
, _wlDraw = True
, _wlUnshadowed = True
, _wlRotateTo = True
, _wlStructure = StandaloneWall
, _wlWalkable = False
@@ -38,7 +38,7 @@ defaultCrystalWall = defaultWall
defaultMachineWall :: Wall
defaultMachineWall = defaultWall
{ _wlOpacity = SeeAbove
, _wlDraw = False
, _wlUnshadowed = False
, _wlRotateTo = False
, _wlStructure = MachinePart 0
, _wlMaterial = Metal
@@ -51,7 +51,7 @@ defaultDirtWall = defaultWall
, _wlSeen = False
, _wlOpacity = Opaque
, _wlRotateTo = False
, _wlDraw = True
, _wlUnshadowed = True
, _wlFireThrough = True
, _wlMaterial = Dirt
}
@@ -62,7 +62,7 @@ defaultWindow = defaultWall
, _wlColor = withAlpha 0.5 cyan
, _wlSeen = False
, _wlOpacity = SeeThrough
, _wlDraw = True
, _wlUnshadowed = True
, _wlFireThrough = True
, _wlMaterial = Glass
}