fix(sprites): missing Guild image

This commit is contained in:
SabreCat 2017-11-09 17:44:48 +00:00
parent 8d1ebff7e9
commit 6e6ca05352
3 changed files with 8 additions and 2 deletions

View file

@ -1,12 +1,18 @@
.promo_potions_thunderstorm {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px 0px;
background-position: 0px -250px;
width: 141px;
height: 441px;
}
.promo_take_this {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -142px 0px;
background-position: -142px -250px;
width: 114px;
height: 87px;
}
.scene_guilds {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px 0px;
width: 498px;
height: 249px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 24 KiB