mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-25 15:42:41 +02:00
all UPPER_RIGHT_WALL
This commit is contained in:
@@ -14,8 +14,8 @@ function starting_maze(rows, columns) = [
|
|||||||
for(x = [1:columns])
|
for(x = [1:columns])
|
||||||
block_data(
|
block_data(
|
||||||
x, y,
|
x, y,
|
||||||
// all blocks have upper and right walls except the exit
|
// all blocks have upper and right walls
|
||||||
y == rows && x == columns ? UPPER_WALL : UPPER_RIGHT_WALL,
|
UPPER_RIGHT_WALL,
|
||||||
// unvisited
|
// unvisited
|
||||||
false
|
false
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user