mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-19 04:51:26 +02:00
add MASK
This commit is contained in:
@@ -6,4 +6,4 @@ function mz_get(block, query) =
|
||||
["w", 2]
|
||||
])[0]
|
||||
)
|
||||
i != 2 ? block[i] : ["NO_WALL", "TOP_WALL", "RIGHT_WALL", "TOP_RIGHT_WALL"][block[i]];
|
||||
i != 2 ? block[i] : ["NO_WALL", "TOP_WALL", "RIGHT_WALL", "TOP_RIGHT_WALL", "MASK"][block[i]];
|
Reference in New Issue
Block a user