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-07-02 20:57:41 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-02 20:57:41 -0700 |
commit | c4047b56d7b75d8b7ba8b884d8ec6b2660036e12 (patch) | |
tree | 8de6b8b0bc9abb7430c6b6d41299d4b616bc3182 /public/assets/css/map.css | |
parent | 6907f650852046f10d92c349188d14c8bd0f938c (diff) |
Render roofs below current elevation level in different color
Diffstat (limited to 'public/assets/css/map.css')
-rw-r--r-- | public/assets/css/map.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 7eb87f8..24b6e31 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -393,7 +393,7 @@ g[data-y="76"] { --i: 76; } } .floor { - fill: white; + /* fill: white; */ /* fill: inherit; */ } |