mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
fix(sprites): missing Guild image
This commit is contained in:
parent
8d1ebff7e9
commit
6e6ca05352
3 changed files with 8 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
BIN
website/raw_sprites/spritesmith_large/scene_guilds.png
Normal file
BIN
website/raw_sprites/spritesmith_large/scene_guilds.png
Normal file
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 |
Loading…
Reference in a new issue