mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Adds new skin tones
This commit is contained in:
parent
d130989fd9
commit
a5c7578e6d
5 changed files with 17 additions and 5 deletions
|
|
@ -35,7 +35,10 @@
|
|||
.f_skin_orc,
|
||||
.f_skin_asian,
|
||||
.f_skin_black,
|
||||
.f_skin_white {
|
||||
.f_skin_white,
|
||||
.f_skin_ea8349,
|
||||
.f_skin_c06534,
|
||||
.f_skin_98461a {
|
||||
background: url("../img/sprites/female_sprites.png") no-repeat;
|
||||
}
|
||||
|
||||
|
|
@ -76,4 +79,7 @@
|
|||
.f_skin_orc {background-position: -3060px 0; width: 90px; height: 90px}
|
||||
.f_skin_asian {background-position: -3150px 0; width: 90px; height: 90px}
|
||||
.f_skin_black {background-position: -3240px 0; width: 90px; height: 90px}
|
||||
.f_skin_white {background-position: -3330px 0; width: 90px; height: 90px}
|
||||
.f_skin_white {background-position: -3330px 0; width: 90px; height: 90px}
|
||||
.f_skin_ea8349 {background-position: -3420px 0; width: 90px; height: 90px}
|
||||
.f_skin_c06534 {background-position: -3510px 0; width: 90px; height: 90px}
|
||||
.f_skin_98461a {background-position: -3600px 0; width: 90px; height: 90px}
|
||||
|
|
@ -30,7 +30,10 @@
|
|||
.m_skin_orc,
|
||||
.m_skin_asian,
|
||||
.m_skin_black,
|
||||
.m_skin_white {
|
||||
.m_skin_white,
|
||||
.m_skin_ea8349,
|
||||
.m_skin_c06534,
|
||||
.m_skin_98461a {
|
||||
background: url("../img/sprites/male_sprites.png") no-repeat;
|
||||
}
|
||||
|
||||
|
|
@ -66,4 +69,7 @@
|
|||
.m_skin_orc {background-position: -2610px 0; width: 90px; height: 90px}
|
||||
.m_skin_asian {background-position: -2700px 0; width: 90px; height: 90px}
|
||||
.m_skin_black {background-position: -2790px 0; width: 90px; height: 90px}
|
||||
.m_skin_white {background-position: -2880px 0; width: 90px; height: 90px}
|
||||
.m_skin_white {background-position: -2880px 0; width: 90px; height: 90px}
|
||||
.m_skin_ea8349 {background-position: -2970px 0; width: 90px; height: 90px}
|
||||
.m_skin_c06534 {background-position: -3060px 0; width: 90px; height: 90px}
|
||||
.m_skin_98461a {background-position: -3150px 0; width: 90px; height: 90px}
|
||||
2
dist/spritesheets.css
vendored
2
dist/spritesheets.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue