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:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user