mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
temporary shop sprites to test how things work, will replace with
@Shaners official stuff
This commit is contained in:
parent
ca14a4a153
commit
e95e313e45
2 changed files with 15 additions and 5 deletions
BIN
public/img/sprites/backer-only/BackerOnly-Shop-temporary.png
Normal file
BIN
public/img/sprites/backer-only/BackerOnly-Shop-temporary.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
|
|
@ -1,4 +1,3 @@
|
|||
.shop_weapon_7, .shop_armor_6, .shop_head_6, .shop_shield_6,
|
||||
.weapon_7, .armor_6, .head_6, .shield_6
|
||||
//background: url("/img/sprites/backer-only/BackerOnly-SpriteSheet.png") no-repeat
|
||||
width 105px
|
||||
|
|
@ -8,19 +7,30 @@
|
|||
margin-left: -3px;
|
||||
margin-top: -18px;
|
||||
|
||||
.shop_head_6, .head_6
|
||||
.head_6
|
||||
background: url("/img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif") no-repeat;
|
||||
|
||||
.shop_armor_6, .armor_6
|
||||
.armor_6
|
||||
background: url("/img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif") no-repeat;
|
||||
|
||||
.shop_shield_6, .shield_6
|
||||
.shield_6
|
||||
background: url("/img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif") no-repeat;
|
||||
|
||||
.shop_weapon_7, .weapon_7
|
||||
.weapon_7
|
||||
background: url("/img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif") no-repeat;
|
||||
|
||||
.Pet-Wolf-Cerberus
|
||||
width 105px
|
||||
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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue