Merge pull request #31 from Shaners/rewrite

New Red Hair Option
This commit is contained in:
Tyler Renelle 2013-10-24 10:10:37 -07:00
commit c15ab8d413
5 changed files with 12 additions and 4 deletions

View file

@ -53,7 +53,8 @@
.f_skin_skeleton,
.f_skin_zombie,
.f_skin_ghost,
.f_skin_shadow
.f_skin_shadow,
.f_hair_red
{
background: url("../img/sprites/female_sprites.png") no-repeat;
}
@ -118,4 +119,7 @@
.f_skin_skeleton {background-position: -4590px 0; width: 90px; height: 90px}
.f_skin_zombie {background-position: -4680px 0; width: 90px; height: 90px}
.f_skin_ghost {background-position: -4770px 0; width: 90px; height: 90px}
.f_skin_shadow {background-position: -4860px 0; width: 90px; height: 90px}
.f_skin_shadow {background-position: -4860px 0; width: 90px; height: 90px}
/* Red Hair */
.f_hair_red {background-position: -4950px 0; width: 90px; height: 90px}

View file

@ -47,7 +47,8 @@
.m_skin_skeleton,
.m_skin_zombie,
.m_skin_ghost,
.m_skin_shadow
.m_skin_shadow,
.m_hair_red
{
background: url("../img/sprites/male_sprites.png") no-repeat;
}
@ -108,3 +109,6 @@
.m_skin_zombie {background-position: -4230px 0; width: 90px; height: 90px}
.m_skin_ghost {background-position: -4320px 0; width: 90px; height: 90px}
.m_skin_shadow {background-position: -4410px 0; width: 90px; height: 90px}
/* Red Hair */
.m_hair_red {background-position: -4500px 0; width: 90px; height: 90px}

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB