chore(grunt): Compile
185
common/dist/scripts/habitrpg-shared.js
vendored
@@ -74,6 +74,10 @@ events = {
|
||||
winter2015: {
|
||||
start: '2014-12-21',
|
||||
end: '2015-02-02'
|
||||
},
|
||||
spring2015: {
|
||||
start: '2015-03-20',
|
||||
end: '2015-05-02'
|
||||
}
|
||||
};
|
||||
|
||||
@@ -698,6 +702,49 @@ gear = {
|
||||
}),
|
||||
value: 90,
|
||||
int: 9
|
||||
},
|
||||
spring2015Rogue: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'rogue',
|
||||
text: t('weaponSpecialSpring2015RogueText'),
|
||||
notes: t('weaponSpecialSpring2015RogueNotes', {
|
||||
str: 8
|
||||
}),
|
||||
value: 80,
|
||||
str: 8
|
||||
},
|
||||
spring2015Warrior: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'warrior',
|
||||
text: t('weaponSpecialSpring2015WarriorText'),
|
||||
notes: t('weaponSpecialSpring2015WarriorNotes', {
|
||||
str: 15
|
||||
}),
|
||||
value: 90,
|
||||
str: 15
|
||||
},
|
||||
spring2015Mage: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'wizard',
|
||||
twoHanded: true,
|
||||
text: t('weaponSpecialSpring2015MageText'),
|
||||
notes: t('weaponSpecialSpring2015MageNotes', {
|
||||
int: 15,
|
||||
per: 7
|
||||
}),
|
||||
value: 160,
|
||||
int: 15,
|
||||
per: 7
|
||||
},
|
||||
spring2015Healer: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'healer',
|
||||
text: t('weaponSpecialSpring2015HealerText'),
|
||||
notes: t('weaponSpecialSpring2015HealerNotes', {
|
||||
int: 9
|
||||
}),
|
||||
value: 90,
|
||||
int: 9
|
||||
}
|
||||
},
|
||||
mystery: {
|
||||
@@ -1156,6 +1203,46 @@ gear = {
|
||||
return u.items.gear.owned.armor_special_birthday2015 != null;
|
||||
})
|
||||
},
|
||||
spring2015Rogue: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'rogue',
|
||||
text: t('armorSpecialSpring2015RogueText'),
|
||||
notes: t('armorSpecialSpring2015RogueNotes', {
|
||||
per: 15
|
||||
}),
|
||||
value: 90,
|
||||
per: 15
|
||||
},
|
||||
spring2015Warrior: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'warrior',
|
||||
text: t('armorSpecialSpring2015WarriorText'),
|
||||
notes: t('armorSpecialSpring2015WarriorNotes', {
|
||||
con: 9
|
||||
}),
|
||||
value: 90,
|
||||
con: 9
|
||||
},
|
||||
spring2015Mage: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'wizard',
|
||||
text: t('armorSpecialSpring2015MageText'),
|
||||
notes: t('armorSpecialSpring2015MageNotes', {
|
||||
int: 9
|
||||
}),
|
||||
value: 90,
|
||||
int: 9
|
||||
},
|
||||
spring2015Healer: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'healer',
|
||||
text: t('armorSpecialSpring2015HealerText'),
|
||||
notes: t('armorSpecialSpring2015HealerNotes', {
|
||||
con: 15
|
||||
}),
|
||||
value: 90,
|
||||
con: 15
|
||||
},
|
||||
gaymerx: {
|
||||
event: events.gaymerx,
|
||||
text: t('armorSpecialGaymerxText'),
|
||||
@@ -1667,6 +1754,46 @@ gear = {
|
||||
return u.items.gear.owned.head_special_nye2014 != null;
|
||||
})
|
||||
},
|
||||
spring2015Rogue: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'rogue',
|
||||
text: t('headSpecialSpring2015RogueText'),
|
||||
notes: t('headSpecialSpring2015RogueNotes', {
|
||||
per: 9
|
||||
}),
|
||||
value: 60,
|
||||
per: 9
|
||||
},
|
||||
spring2015Warrior: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'warrior',
|
||||
text: t('headSpecialSpring2015WarriorText'),
|
||||
notes: t('headSpecialSpring2015WarriorNotes', {
|
||||
str: 9
|
||||
}),
|
||||
value: 60,
|
||||
str: 9
|
||||
},
|
||||
spring2015Mage: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'wizard',
|
||||
text: t('headSpecialSpring2015MageText'),
|
||||
notes: t('headSpecialSpring2015MageNotes', {
|
||||
per: 7
|
||||
}),
|
||||
value: 60,
|
||||
per: 7
|
||||
},
|
||||
spring2015Healer: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'healer',
|
||||
text: t('headSpecialSpring2015HealerText'),
|
||||
notes: t('headSpecialSpring2015HealerNotes', {
|
||||
int: 7
|
||||
}),
|
||||
value: 60,
|
||||
int: 7
|
||||
},
|
||||
gaymerx: {
|
||||
event: events.gaymerx,
|
||||
text: t('headSpecialGaymerxText'),
|
||||
@@ -2078,6 +2205,36 @@ gear = {
|
||||
}),
|
||||
value: 70,
|
||||
con: 9
|
||||
},
|
||||
spring2015Rogue: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'rogue',
|
||||
text: t('shieldSpecialSpring2015RogueText'),
|
||||
notes: t('shieldSpecialSpring2015RogueNotes', {
|
||||
str: 8
|
||||
}),
|
||||
value: 80,
|
||||
str: 8
|
||||
},
|
||||
spring2015Warrior: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'warrior',
|
||||
text: t('shieldSpecialSpring2015WarriorText'),
|
||||
notes: t('shieldSpecialSpring2015WarriorNotes', {
|
||||
con: 7
|
||||
}),
|
||||
value: 70,
|
||||
con: 7
|
||||
},
|
||||
spring2015Healer: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'healer',
|
||||
text: t('shieldSpecialSpring2015HealerText'),
|
||||
notes: t('shieldSpecialSpring2015HealerNotes', {
|
||||
con: 9
|
||||
}),
|
||||
value: 70,
|
||||
con: 9
|
||||
}
|
||||
},
|
||||
mystery: {
|
||||
@@ -2212,6 +2369,34 @@ gear = {
|
||||
text: t('headAccessorySpecialSpringHealerText'),
|
||||
notes: t('headAccessorySpecialSpringHealerNotes'),
|
||||
value: 20
|
||||
},
|
||||
spring2015Rogue: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'rogue',
|
||||
text: t('headAccessorySpecialSpring2015RogueText'),
|
||||
notes: t('headAccessorySpecialSpring2015RogueNotes'),
|
||||
value: 20
|
||||
},
|
||||
spring2015Warrior: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'warrior',
|
||||
text: t('headAccessorySpecialSpring2015WarriorText'),
|
||||
notes: t('headAccessorySpecialSpring2015WarriorNotes'),
|
||||
value: 20
|
||||
},
|
||||
spring2015Mage: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'wizard',
|
||||
text: t('headAccessorySpecialSpring2015MageText'),
|
||||
notes: t('headAccessorySpecialSpring2015MageNotes'),
|
||||
value: 20
|
||||
},
|
||||
spring2015Healer: {
|
||||
event: events.spring2015,
|
||||
specialClass: 'healer',
|
||||
text: t('headAccessorySpecialSpring2015HealerText'),
|
||||
notes: t('headAccessorySpecialSpring2015HealerNotes'),
|
||||
value: 20
|
||||
}
|
||||
},
|
||||
mystery: {
|
||||
|
||||
2
common/dist/sprites/habitrpg-shared.css
vendored
294
common/dist/sprites/spritesmith0.css
vendored
@@ -1,192 +1,192 @@
|
||||
.achievement-alien {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -897px -687px;
|
||||
background-position: -1924px -907px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-alpha {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -296px;
|
||||
background-position: -1924px -637px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-armor {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -687px;
|
||||
background-position: -1899px -907px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-boot {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -687px;
|
||||
background-position: -1949px -880px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-bow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -947px -660px;
|
||||
background-position: -1924px -880px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-cactus {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -922px -660px;
|
||||
background-position: -1899px -880px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-cake {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -897px -660px;
|
||||
background-position: -1949px -853px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-cave {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -660px;
|
||||
background-position: -1924px -853px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-coffin {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -660px;
|
||||
background-position: -1899px -853px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-comment {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -623px;
|
||||
background-position: -1949px -826px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-costumeContest {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -623px;
|
||||
background-position: -1924px -826px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-dilatory {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -596px;
|
||||
background-position: -1899px -826px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-firefox {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -596px;
|
||||
background-position: -1949px -799px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-habitBirthday {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -569px;
|
||||
background-position: -1924px -799px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-heart {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -569px;
|
||||
background-position: -1899px -799px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-helm {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -532px;
|
||||
background-position: -1949px -772px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-karaoke {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -296px;
|
||||
background-position: -1899px -637px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-ninja {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -505px;
|
||||
background-position: -1899px -772px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-nye {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -505px;
|
||||
background-position: -1949px -745px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-perfect {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -478px;
|
||||
background-position: -1924px -745px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-rat {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -478px;
|
||||
background-position: -1899px -745px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-shield {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -441px;
|
||||
background-position: -1949px -718px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-snowball {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -441px;
|
||||
background-position: -1924px -718px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-spookDust {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -414px;
|
||||
background-position: -1899px -718px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-stoikalm {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -414px;
|
||||
background-position: -1949px -691px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-sun {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -387px;
|
||||
background-position: -1924px -691px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-sword {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -387px;
|
||||
background-position: -1899px -691px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-thermometer {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -350px;
|
||||
background-position: -1949px -664px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-tree {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -350px;
|
||||
background-position: -1924px -664px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-triadbingo {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -963px -323px;
|
||||
background-position: -1899px -664px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-valentine {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -323px;
|
||||
background-position: -1949px -637px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-wolf {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -938px -532px;
|
||||
background-position: -1924px -772px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
@@ -1944,13 +1944,13 @@
|
||||
}
|
||||
.hair_mustache_1_zombie {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -296px;
|
||||
background-position: -1444px -1092px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_mustache_1_zombie {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -311px;
|
||||
background-position: -1469px -1107px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
@@ -1992,13 +1992,13 @@
|
||||
}
|
||||
.hair_mustache_2_blond {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -91px -1377px;
|
||||
background-position: -847px -296px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_mustache_2_blond {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -116px -1392px;
|
||||
background-position: -872px -311px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
@@ -3888,383 +3888,479 @@
|
||||
}
|
||||
.hair_base_10_purple {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1444px -1092px;
|
||||
background-position: -1729px -1741px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_10_purple {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1469px -1107px;
|
||||
background-position: -1754px -1756px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_10_pyellow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -387px;
|
||||
background-position: -1899px 0px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_10_pyellow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -402px;
|
||||
background-position: -1924px -15px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_10_rainbow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -989px -455px;
|
||||
background-position: -1899px -91px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_10_rainbow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1014px -470px;
|
||||
background-position: -1924px -106px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_10_red {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -989px -364px;
|
||||
background-position: -1899px -182px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_10_red {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1014px -379px;
|
||||
background-position: -1924px -197px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_10_snowy {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -989px -273px;
|
||||
background-position: -1899px -273px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_10_snowy {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1014px -288px;
|
||||
background-position: -1924px -288px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_10_white {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -989px -182px;
|
||||
background-position: -1899px -364px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_10_white {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1014px -197px;
|
||||
background-position: -1924px -379px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_10_winternight {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -989px -91px;
|
||||
background-position: -1899px -455px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_10_winternight {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1014px -106px;
|
||||
background-position: -1924px -470px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_10_winterstar {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -989px 0px;
|
||||
background-position: -1899px -546px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_10_winterstar {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1014px -15px;
|
||||
background-position: -1924px -561px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_10_yellow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -819px -831px;
|
||||
background-position: -91px -1377px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_10_yellow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -844px -846px;
|
||||
background-position: -116px -1392px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_10_zombie {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -728px -831px;
|
||||
background-position: -847px -387px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_10_zombie {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -753px -846px;
|
||||
background-position: -872px -402px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_TRUred {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -637px -831px;
|
||||
background-position: -989px -455px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_TRUred {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -662px -846px;
|
||||
background-position: -1014px -470px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_aurora {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -546px -831px;
|
||||
background-position: -989px -364px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_aurora {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -571px -846px;
|
||||
background-position: -1014px -379px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_black {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -455px -831px;
|
||||
background-position: -989px -273px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_black {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -480px -846px;
|
||||
background-position: -1014px -288px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_blond {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -364px -831px;
|
||||
background-position: -989px -182px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_blond {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -389px -846px;
|
||||
background-position: -1014px -197px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_blue {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -273px -831px;
|
||||
background-position: -989px -91px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_blue {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -298px -846px;
|
||||
background-position: -1014px -106px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_brown {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -182px -831px;
|
||||
background-position: -989px 0px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_brown {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -207px -846px;
|
||||
background-position: -1014px -15px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_candycane {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -91px -831px;
|
||||
background-position: -819px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_candycane {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -116px -846px;
|
||||
background-position: -844px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_candycorn {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: 0px -831px;
|
||||
background-position: -728px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_candycorn {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -25px -846px;
|
||||
background-position: -753px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_festive {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -819px -740px;
|
||||
background-position: -637px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_festive {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -844px -755px;
|
||||
background-position: -662px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_frost {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -728px -740px;
|
||||
background-position: -546px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_frost {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -753px -755px;
|
||||
background-position: -571px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_ghostwhite {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -637px -740px;
|
||||
background-position: -455px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_ghostwhite {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -662px -755px;
|
||||
background-position: -480px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_green {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -546px -740px;
|
||||
background-position: -364px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_green {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -571px -755px;
|
||||
background-position: -389px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_halloween {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -455px -740px;
|
||||
background-position: -273px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_halloween {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -480px -755px;
|
||||
background-position: -298px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_holly {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -364px -740px;
|
||||
background-position: -182px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_holly {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -389px -755px;
|
||||
background-position: -207px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_hollygreen {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -273px -740px;
|
||||
background-position: -91px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_hollygreen {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -298px -755px;
|
||||
background-position: -116px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_midnight {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -182px -740px;
|
||||
background-position: 0px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_midnight {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -207px -755px;
|
||||
background-position: -25px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_pblue {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -91px -740px;
|
||||
background-position: -819px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_pblue {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -116px -755px;
|
||||
background-position: -844px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_peppermint {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: 0px -740px;
|
||||
background-position: -728px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_peppermint {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -25px -755px;
|
||||
background-position: -753px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_pgreen {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -706px -592px;
|
||||
background-position: -637px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_pgreen {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -731px -607px;
|
||||
background-position: -662px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_porange {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -567px -444px;
|
||||
background-position: -546px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_porange {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -592px -459px;
|
||||
background-position: -571px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_ppink {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -569px;
|
||||
background-position: -455px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_ppink {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -584px;
|
||||
background-position: -480px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_ppurple {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -478px;
|
||||
background-position: -364px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_ppurple {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -389px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_pumpkin {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -273px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_pumpkin {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -298px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_purple {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -182px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_purple {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -207px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_pyellow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -91px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_pyellow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -116px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_rainbow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: 0px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_rainbow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -25px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_red {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -706px -592px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_red {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -731px -607px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_snowy {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -567px -444px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_snowy {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -592px -459px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_white {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -569px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_white {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -584px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_11_winternight {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -478px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_11_winternight {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -493px;
|
||||
width: 60px;
|
||||
|
||||
BIN
common/dist/sprites/spritesmith0.png
vendored
|
Before Width: | Height: | Size: 246 KiB After Width: | Height: | Size: 249 KiB |
5552
common/dist/sprites/spritesmith1.css
vendored
BIN
common/dist/sprites/spritesmith1.png
vendored
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 78 KiB |
1438
common/dist/sprites/spritesmith2.css
vendored
BIN
common/dist/sprites/spritesmith2.png
vendored
|
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 191 KiB |
950
common/dist/sprites/spritesmith3.css
vendored
BIN
common/dist/sprites/spritesmith3.png
vendored
|
Before Width: | Height: | Size: 484 KiB After Width: | Height: | Size: 503 KiB |
1528
common/dist/sprites/spritesmith4.css
vendored
BIN
common/dist/sprites/spritesmith4.png
vendored
|
Before Width: | Height: | Size: 326 KiB After Width: | Height: | Size: 331 KiB |
1502
common/dist/sprites/spritesmith5.css
vendored
BIN
common/dist/sprites/spritesmith5.png
vendored
|
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 299 KiB |