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 20:52:36 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-18 20:52:36 -0700 |
commit | 549ad8699f53cc4f3e7a82be2f7caee8925d93ce (patch) | |
tree | 457933814ec0555afec82cec52d5f62b5f687a54 /public/assets/css/map.css | |
parent | 3b641620ab6c2fdfa6b551c019e44726064029c5 (diff) |
Finish furniture, recenter maps
Diffstat (limited to 'public/assets/css/map.css')
-rw-r--r-- | public/assets/css/map.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 4af73cf..e356374 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -57,6 +57,11 @@ polyline.move-trace { transform: translate(1.3px, 1564.1px) rotate(0.1deg) scale(0.999, 1.002); } +#map1 { + transform-origin: 1142px 759px; + transform: rotate(.1deg) translate(-.5px, 5px) scale(.999, 1.005); +} + #counter-base { r: inherit; } @@ -404,7 +409,7 @@ g[data-y="76"] { --i: 76; } opacity: 1; } -.building .floor { +.floor { fill: white; } |