Simplify machine placement
This commit is contained in:
@@ -19,7 +19,6 @@ defaultWall =
|
||||
Wall
|
||||
{ _wlLine = (V2 0 0, V2 50 0)
|
||||
, _wlID = 0
|
||||
-- , _wlColor = greyN 0.6
|
||||
, _wlPathFlag =
|
||||
S.fromList
|
||||
[ WallBlockVisibility
|
||||
@@ -55,6 +54,7 @@ defaultMachineWall =
|
||||
, _wlRotateTo = False
|
||||
, _wlStructure = MachinePart 0
|
||||
, _wlMaterial = Metal
|
||||
, _wlTouchThrough = True
|
||||
}
|
||||
|
||||
defaultSensorWall :: Wall
|
||||
|
||||
Reference in New Issue
Block a user