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 12:26:29 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-17 12:26:29 -0700 |
commit | b89222872ad3edecd31325952aa6904c4da1d5f0 (patch) | |
tree | 823c208ade38aa40ebcf66918bfd95592b5169e3 /public/assets/css | |
parent | 9d4f58472d00558e809cd43642259ba109e25037 (diff) |
Building layouts complete
Diffstat (limited to 'public/assets/css')
-rw-r--r-- | public/assets/css/map.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 9f12832..067f5c3 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -387,10 +387,6 @@ g[data-y="76"] { --i: 76; } [data-x="31"] { --i: 31; } [data-x="32"] { --i: 32; } -#terrain { - opacity: 0.5; -} - #tree .trunk { fill: brown; } @@ -404,13 +400,13 @@ g[data-y="76"] { --i: 76; } transform: scale(0.9); } -.building { - opacity: 0.5; +.building, #terrain { + opacity: 1; } .building .floor { - /* fill: white; */ - fill: none; + fill: white; + /* fill: none; */ } .building path { |