summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-02 16:42:17 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-02 16:42:17 +0200 |
commit | 0ea2e3879cda3166851f58ca0a342d5bfb5e5742 (patch) | |
tree | afaaa36ac91406f0efc3a4919fa98880d5141129 /src/battle/www/style.css | |
parent | b43d3bdca8e53517ee4f1027f410c0f6478f54f0 (diff) |
Moves to the new tile format.
Diffstat (limited to 'src/battle/www/style.css')
-rw-r--r-- | src/battle/www/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/www/style.css b/src/battle/www/style.css index 1e537b3..2a2147a 100644 --- a/src/battle/www/style.css +++ b/src/battle/www/style.css @@ -606,7 +606,7 @@ .battle-tile-variant-14 {background-position: 200% 300%;} .battle-tile-variant-15 {background-position: 300% 300%;} -.battle-tile-icon {z-index: 0; position: absolute; background-size: 300%;} +.battle-tile-icon {z-index: 0; position: absolute; background-size: 400%;} .battle-path-icon-below-markers {z-index: 1;} .battle-marker-icon {z-index: 2;} .battle-path-icon-above-markers {z-index: 3;} |