index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-18 16:26:59 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-18 16:26:59 -0700 |
commit | 3b641620ab6c2fdfa6b551c019e44726064029c5 (patch) | |
tree | cdd8f52c1479166f77d657d7a63aef0bb89d52b9 /public/assets/css | |
parent | f7606768b4390bd7dcc43cbeff93aecd24b37105 (diff) |
Add furniture
Diffstat (limited to 'public/assets/css')
-rw-r--r-- | public/assets/css/map.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 22431da..4af73cf 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -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; } |