mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-17 12:10:47 +02:00
rename
This commit is contained in:
@@ -6,9 +6,9 @@ use <../tiles/city_tile.scad>;
|
|||||||
|
|
||||||
skyscraper_prs = 0.05;
|
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 = [
|
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, 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],
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0],
|
||||||
|
Reference in New Issue
Block a user