Building layouts complete

This commit is contained in:
2025-06-16 22:41:30 -07:00
parent 379ff877f9
commit 32147aaa4a
4 changed files with 115 additions and 46 deletions

View File

@@ -387,10 +387,6 @@ g[data-y="76"] { --i: 76; }
[data-x="31"] { --i: 31; }
[data-x="32"] { --i: 32; }
#terrain {
opacity: 0.5;
}
#tree .trunk {
fill: brown;
}
@@ -404,13 +400,13 @@ g[data-y="76"] { --i: 76; }
transform: scale(0.9);
}
.building {
opacity: 0.5;
.building, #terrain {
opacity: 1;
}
.building .floor {
/* fill: white; */
fill: none;
fill: white;
/* fill: none; */
}
.building path {