add backer stuff to stylesheets
This commit is contained in:
@@ -34,11 +34,22 @@
|
||||
|
||||
.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
|
||||
//background: url("/img/sprites/backer-only/BackerOnly-SpriteSheet.png") no-repeat
|
||||
width 105px
|
||||
height 105px
|
||||
|
||||
.shop_head_6, .head_6 {background-position: 0 0}
|
||||
.shop_armor_6, .armor_6 {background-position: -90px 0}
|
||||
.shop_shield_6, .shield_6 {background-position: -180px 0}
|
||||
.shop_weapon_7, .weapon_7 {background-position: -270px 0}
|
||||
//FIXME
|
||||
margin-left: -3px;
|
||||
margin-top: -15px;
|
||||
|
||||
.shop_head_6, .head_6
|
||||
background: url("/img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif") no-repeat;
|
||||
|
||||
.shop_armor_6, .armor_6
|
||||
background: url("/img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif") no-repeat;
|
||||
|
||||
.shop_shield_6, .shield_6
|
||||
background: url("/img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif") no-repeat;
|
||||
|
||||
.shop_weapon_7, .weapon_7
|
||||
background: url("/img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif") no-repeat;
|
||||
|
||||
Reference in New Issue
Block a user