Add furniture

This commit is contained in:
2025-06-16 22:41:30 -07:00
parent 5836432013
commit a4e9d6e39c
4 changed files with 314 additions and 73 deletions

View File

@@ -400,24 +400,19 @@ g[data-y="76"] { --i: 76; }
transform: scale(0.9);
}
#buildings {
/* display: none; */
}
.building, #terrain {
opacity: 1;
}
.building .floor {
fill: white;
/* fill: none; */
}
.building path {
fill: none;
}
.building .furniture {
.furniture {
fill: violet;
}