add zzz light version and classes

This commit is contained in:
Matteo Pagliazzi
2013-08-30 10:19:13 +02:00
parent 83a711e796
commit bd7adda005
4 changed files with 71 additions and 28 deletions
+5 -3
View File
@@ -1,8 +1,8 @@
[class^="shop_"] {
[class^="shop_"], [class^="zzz"] {
background: url("../img/sprites/shop_sprites.png") no-repeat;
}
[class^="shop_weapon_"], [class^="shop_shield_"], [class^="shop_head_"], [class^="shop_armor_"] {
[class^="shop_weapon_"], [class^="shop_shield_"], [class^="shop_head_"], [class^="shop_armor_"], [class^="zzz"] {
width: 40px;
height: 40px;
}
@@ -32,4 +32,6 @@
.shop_potion {background-position: -880px 0; width: 40px; height: 40px}
.shop_copper {background-position: -923px -8px; width: 32px; height: 22px}
.shop_silver {background-position: -963px -8px; width: 32px; height: 22px}
.shop_gold {background-position: -1003px -8px; width: 32px; height: 22px}
.shop_gold {background-position: -1003px -8px; width: 32px; height: 22px}
.zzz{background-position: -1200px 0}
.zzz_light{background-position: -1280px 0}