mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
backer-gear: fix styles to use Shaners' shop sprites
This commit is contained in:
parent
3033fa2f3d
commit
6e3328c614
1 changed files with 4 additions and 9 deletions
|
|
@ -24,13 +24,8 @@
|
|||
height 72px
|
||||
background: url("/img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif") no-repeat;
|
||||
|
||||
.shop_armor_6, .shop_head_6, .shop_shield_6, .shop_weapon_7
|
||||
background: url("img/sprites/backer-only/BackerOnly-Shop-temporary.png")
|
||||
width: 40px
|
||||
height: 40px
|
||||
|
||||
.shop_head_6 {background-position: 0 0}
|
||||
.shop_armor_6 {background-position: 0px -35px}
|
||||
.shop_shield_6 {background-position: 0px -69px}
|
||||
.shop_weapon_7 {background-position: 0px -105px}
|
||||
.shop_shield_6 {background-position: -1040px 0}
|
||||
.shop_weapon_7 {background-position: -1080px 0}
|
||||
.shop_armor_6 {background-position: -1160px 0}
|
||||
.shop_head_6 {background-position: -1120px 0}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue