1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 20:40:28 +02:00
This commit is contained in:
Justin Lin
2022-08-21 16:32:27 +08:00
parent 6e08ec5fdb
commit 95b679d82a

View File

@@ -11,9 +11,9 @@ beginning_number = 8;
height = 5; height = 5;
height_smooth = 5; height_smooth = 5;
giant_theta_maze(); devil_maze();
module giant_theta_maze() { module devil_maze() {
cell_width = 3; cell_width = 3;
NO_WALL = 0; NO_WALL = 0;
INWARD_WALL = 1; INWARD_WALL = 1;