Add furniture

This commit is contained in:
2024-05-18 16:26:59 -07:00
parent f7606768b4
commit 3b641620ab
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;
}