1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-16 03:34:42 +02:00
This commit is contained in:
Justin Lin
2022-04-05 22:42:38 +08:00
parent aec1ec38d1
commit 1225d4bf47

View File

@@ -6,9 +6,9 @@ use <../tiles/city_tile.scad>;
skyscraper_prs = 0.05;
maze_city(skyscraper_prs);
maze_city_taiwan(skyscraper_prs);
module maze_city(skyscraper_prs) {
module maze_city_taiwan(skyscraper_prs) {
taiwan = [
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0],