Merge pull request #14 from paglias/add-zzz

Add zzz classes and light version
This commit is contained in:
Tyler Renelle 2013-08-30 06:12:29 -07:00
commit d7db4a91de
4 changed files with 71 additions and 28 deletions

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;
}
@ -33,3 +33,5 @@
.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}
.zzz{background-position: -1200px 0}
.zzz_light{background-position: -1280px 0}

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -426,11 +426,11 @@
.armor_0_v2 {background-position: -6570px 0; width: 90px; height: 90px}
.armor_0_v1 {background-position: -6660px 0; width: 90px; height: 90px}
.armor_0_v0 {background-position: -6750px 0; width: 90px; height: 90px}
[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;
}
@ -461,3 +461,5 @@
.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}
.zzz{background-position: -1200px 0}
.zzz-light{background-position: -1280px 0}