1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-09 16:26:47 +02:00

update symbols

This commit is contained in:
Justin Lin
2021-02-05 11:31:17 +08:00
parent a84223b270
commit c9b1718eab

View File

@@ -74,7 +74,8 @@ module magic_apartment(width, rows, columns, floors, up_down_rand) {
// tiles, just quick and dirty
module tile(width, edges, up_down_rand) {
symbols = ["", "", "", "", ""];
// Webdings
symbols = ["", "", "", "", "", "", ""];
half_w = width / 2;
one_third_w = width / 3;
one_sixth_w = width / 6;