1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-24 15:22:53 +02:00

all UPPER_RIGHT_WALL

This commit is contained in:
Justin Lin
2019-09-02 08:25:26 +08:00
parent 181602df7a
commit 7c14a6339e

View File

@@ -14,8 +14,8 @@ function starting_maze(rows, columns) = [
for(x = [1:columns])
block_data(
x, y,
// all blocks have upper and right walls except the exit
y == rows && x == columns ? UPPER_WALL : UPPER_RIGHT_WALL,
// all blocks have upper and right walls
UPPER_RIGHT_WALL,
// unvisited
false
)