Commit before attempting to simplify auto door placement
This commit is contained in:
@@ -73,7 +73,7 @@ defaultDirtWall =
|
||||
, _wlColor = dirtColor
|
||||
, _wlOpacity = Opaque 6
|
||||
, _wlRotateTo = False
|
||||
, _wlFireThrough = True
|
||||
, _wlFireThrough = False
|
||||
, _wlPenetrable = True
|
||||
, _wlMaterial = Dirt
|
||||
}
|
||||
@@ -89,7 +89,7 @@ defaultWindow =
|
||||
, _wlID = 0
|
||||
, _wlColor = withAlpha 0.5 cyan
|
||||
, _wlOpacity = SeeThrough
|
||||
, _wlFireThrough = True
|
||||
, _wlFireThrough = False
|
||||
, _wlMaterial = Glass
|
||||
, _wlPenetrable = True
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user