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-17 22:04:09 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-17 22:04:09 -0700 |
commit | f7606768b4390bd7dcc43cbeff93aecd24b37105 (patch) | |
tree | fca247ffa4bc75446f8b83ad1470410c370c682a /public/assets/css | |
parent | a6f3e2f0e04b563815db79f4d1c4f1d3ce81f423 (diff) |
Tree grove and map 4 building
Diffstat (limited to 'public/assets/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 6c10e2e..22431da 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -405,7 +405,7 @@ g[data-y="76"] { --i: 76; } } .building, #terrain { - /* opacity: 0.5; */ + opacity: 1; } .building .floor { |