Simplify machine placement

This commit is contained in:
2025-10-23 22:34:50 +01:00
parent 3c6d269d00
commit cba0f36ac5
8 changed files with 306 additions and 314 deletions
+1 -1
View File
@@ -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