index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/assets/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; } |