chore(grunt): grunt full
@@ -12642,6 +12642,11 @@ api.questEggs = {
|
||||
text: t('questEggPenguinText'),
|
||||
adjective: t('questEggPenguinAdjective'),
|
||||
canBuy: false
|
||||
},
|
||||
TRex: {
|
||||
text: t('questEggTRexText'),
|
||||
adjective: t('questEggTRexAdjective'),
|
||||
canBuy: false
|
||||
}
|
||||
};
|
||||
|
||||
@@ -13065,6 +13070,7 @@ api.quests = {
|
||||
title: t("questStressbeastBossRageTitle"),
|
||||
description: t("questStressbeastBossRageDescription"),
|
||||
value: 1450000,
|
||||
healing: .3,
|
||||
stables: t('questStressbeastBossRageStables'),
|
||||
bailey: t('questStressbeastBossRageBailey'),
|
||||
guide: t('questStressbeastBossRageGuide')
|
||||
@@ -13939,6 +13945,73 @@ api.quests = {
|
||||
gp: 31,
|
||||
exp: 200
|
||||
}
|
||||
},
|
||||
trex: {
|
||||
text: t('questTRexText'),
|
||||
notes: t('questTRexNotes'),
|
||||
completion: t('questTRexCompletion'),
|
||||
value: 4,
|
||||
boss: {
|
||||
name: t('questTRexBoss'),
|
||||
hp: 800,
|
||||
str: 2
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'eggs',
|
||||
key: 'TRex',
|
||||
text: t('questTRexDropTRexEgg')
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'TRex',
|
||||
text: t('questTRexDropTRexEgg')
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'TRex',
|
||||
text: t('questTRexDropTRexEgg')
|
||||
}
|
||||
],
|
||||
gp: 55,
|
||||
exp: 500
|
||||
}
|
||||
},
|
||||
trex_undead: {
|
||||
text: t('questTRexUndeadText'),
|
||||
notes: t('questTRexUndeadNotes'),
|
||||
completion: t('questTRexUndeadCompletion'),
|
||||
value: 4,
|
||||
boss: {
|
||||
name: t('questTRexUndeadBoss'),
|
||||
hp: 500,
|
||||
str: 2,
|
||||
rage: {
|
||||
title: t("questTRexUndeadRageTitle"),
|
||||
description: t("questTRexUndeadRageDescription"),
|
||||
value: 50,
|
||||
healing: .3,
|
||||
effect: t('questTRexUndeadRageEffect')
|
||||
}
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'eggs',
|
||||
key: 'TRex',
|
||||
text: t('questTRexDropTRexEgg')
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'TRex',
|
||||
text: t('questTRexDropTRexEgg')
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'TRex',
|
||||
text: t('questTRexDropTRexEgg')
|
||||
}
|
||||
],
|
||||
gp: 55,
|
||||
exp: 500
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -16643,5 +16716,5 @@ api.wrap = function(user, main) {
|
||||
};
|
||||
|
||||
|
||||
}).call(this,require("/Users/blade/habitrpg/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
|
||||
},{"./content.coffee":5,"./i18n.coffee":6,"/Users/blade/habitrpg/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])
|
||||
}).call(this,require("/home/sabrecat/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
|
||||
},{"./content.coffee":5,"./i18n.coffee":6,"/home/sabrecat/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])
|
||||
@@ -1,174 +1,174 @@
|
||||
.achievement-alien {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1691px -1517px;
|
||||
background-position: -666px -562px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-armor {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1691px -1274px;
|
||||
background-position: -822px -444px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-boot {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1666px -1517px;
|
||||
background-position: -641px -562px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-bow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1716px -1490px;
|
||||
background-position: -616px -562px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-cactus {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1691px -1490px;
|
||||
background-position: -591px -562px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-cake {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1666px -1490px;
|
||||
background-position: -566px -562px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-cave {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1716px -1463px;
|
||||
background-position: -666px -535px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-coffin {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1691px -1463px;
|
||||
background-position: -641px -535px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-comment {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1666px -1463px;
|
||||
background-position: -616px -535px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-costumeContest {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1716px -1436px;
|
||||
background-position: -591px -535px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-dilatory {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1691px -1436px;
|
||||
background-position: -566px -535px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-firefox {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1666px -1436px;
|
||||
background-position: -657px -498px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-habitBirthday {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1716px -1409px;
|
||||
background-position: -657px -471px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-heart {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1691px -1409px;
|
||||
background-position: -657px -444px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-helm {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1666px -1409px;
|
||||
background-position: -806px -562px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-karaoke {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1666px -1274px;
|
||||
background-position: -797px -444px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-ninja {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1691px -1382px;
|
||||
background-position: -756px -562px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-nye {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1666px -1382px;
|
||||
background-position: -731px -562px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-perfect {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1716px -1355px;
|
||||
background-position: -706px -562px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-rat {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1691px -1355px;
|
||||
background-position: -806px -535px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-shield {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1666px -1355px;
|
||||
background-position: -781px -535px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-snowball {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1716px -1328px;
|
||||
background-position: -756px -535px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-spookDust {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1691px -1328px;
|
||||
background-position: -731px -535px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-stoikalm {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1666px -1328px;
|
||||
background-position: -706px -535px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-sun {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1716px -1301px;
|
||||
background-position: -822px -498px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-sword {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1691px -1301px;
|
||||
background-position: -797px -498px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-thermometer {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1666px -1301px;
|
||||
background-position: -822px -471px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-tree {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1716px -1274px;
|
||||
background-position: -797px -471px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
.achievement-valentine {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1716px -1382px;
|
||||
background-position: -781px -562px;
|
||||
width: 24px;
|
||||
height: 26px;
|
||||
}
|
||||
@@ -1638,13 +1638,13 @@
|
||||
}
|
||||
.hair_mustache_1_green {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -706px -444px;
|
||||
background-position: -1302px -637px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_mustache_1_green {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -731px -459px;
|
||||
background-position: -1327px -652px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
@@ -1674,13 +1674,13 @@
|
||||
}
|
||||
.hair_mustache_1_hollygreen {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1302px -910px;
|
||||
background-position: -706px -444px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_mustache_1_hollygreen {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1327px -925px;
|
||||
background-position: -731px -459px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
@@ -3258,347 +3258,419 @@
|
||||
}
|
||||
.hair_bangs_3_festive {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1302px -637px;
|
||||
background-position: -1666px -1274px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_festive {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -1327px -652px;
|
||||
background-position: -1691px -1289px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_frost {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -466px -592px;
|
||||
background-position: -1666px -1365px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_frost {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -491px -607px;
|
||||
background-position: -1691px -1380px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_ghostwhite {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -375px -592px;
|
||||
background-position: -1666px -1456px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_ghostwhite {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -400px -607px;
|
||||
background-position: -1691px -1471px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_green {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -284px -592px;
|
||||
background-position: -1666px -1547px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_green {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -309px -607px;
|
||||
background-position: -1691px -1562px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_halloween {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -566px -444px;
|
||||
background-position: 0px -1650px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_halloween {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -591px -459px;
|
||||
background-position: -25px -1665px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_holly {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -182px -831px;
|
||||
background-position: -91px -1650px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_holly {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -207px -846px;
|
||||
background-position: -116px -1665px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_hollygreen {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -91px -831px;
|
||||
background-position: -1302px -910px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_hollygreen {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -116px -846px;
|
||||
background-position: -1327px -925px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_midnight {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: 0px -831px;
|
||||
background-position: -466px -592px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_midnight {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -25px -846px;
|
||||
background-position: -491px -607px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_pblue {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -728px;
|
||||
background-position: -375px -592px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_pblue {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -743px;
|
||||
background-position: -400px -607px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_peppermint {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -637px;
|
||||
background-position: -284px -592px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_peppermint {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -652px;
|
||||
background-position: -309px -607px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_pgreen {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -546px;
|
||||
background-position: -566px -444px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_pgreen {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -561px;
|
||||
background-position: -591px -459px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_porange {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -455px;
|
||||
background-position: -182px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_porange {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -470px;
|
||||
background-position: -207px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_ppink {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -364px;
|
||||
background-position: -91px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_ppink {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -379px;
|
||||
background-position: -116px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_ppurple {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -273px;
|
||||
background-position: 0px -831px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_ppurple {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -288px;
|
||||
background-position: -25px -846px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_pumpkin {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -182px;
|
||||
background-position: -847px -728px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_pumpkin {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -197px;
|
||||
background-position: -872px -743px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_purple {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px -91px;
|
||||
background-position: -847px -637px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_purple {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -106px;
|
||||
background-position: -872px -652px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_pyellow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -847px 0px;
|
||||
background-position: -847px -546px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_pyellow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -872px -15px;
|
||||
background-position: -872px -561px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_rainbow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -728px -740px;
|
||||
background-position: -847px -455px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_rainbow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -753px -755px;
|
||||
background-position: -872px -470px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_red {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -637px -740px;
|
||||
background-position: -847px -364px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_red {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -662px -755px;
|
||||
background-position: -872px -379px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_snowy {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -546px -740px;
|
||||
background-position: -847px -273px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_snowy {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -571px -755px;
|
||||
background-position: -872px -288px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_white {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -455px -740px;
|
||||
background-position: -847px -182px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_white {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -480px -755px;
|
||||
background-position: -872px -197px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_winternight {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -364px -740px;
|
||||
background-position: -847px -91px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_winternight {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -389px -755px;
|
||||
background-position: -872px -106px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_winterstar {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -273px -740px;
|
||||
background-position: -847px 0px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_winterstar {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -298px -755px;
|
||||
background-position: -872px -15px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_yellow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -182px -740px;
|
||||
background-position: -728px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_yellow {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -207px -755px;
|
||||
background-position: -753px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_bangs_3_zombie {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -91px -740px;
|
||||
background-position: -637px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_bangs_3_zombie {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -116px -755px;
|
||||
background-position: -662px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_1_TRUred {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: 0px -740px;
|
||||
background-position: -546px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_1_TRUred {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -25px -755px;
|
||||
background-position: -571px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_1_aurora {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -739px -592px;
|
||||
background-position: -455px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_1_aurora {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -764px -607px;
|
||||
background-position: -480px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_1_black {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -648px -592px;
|
||||
background-position: -364px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_1_black {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -673px -607px;
|
||||
background-position: -389px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_1_blond {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -557px -592px;
|
||||
background-position: -273px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_1_blond {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -298px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_1_blue {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -182px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_1_blue {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -207px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_1_brown {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -91px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_1_brown {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -116px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_1_candycane {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: 0px -740px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_1_candycane {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -25px -755px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_1_candycorn {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -739px -592px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_1_candycorn {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -764px -607px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_1_festive {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -648px -592px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_1_festive {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -673px -607px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.hair_base_1_frost {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -557px -592px;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
.customize-option.hair_base_1_frost {
|
||||
background-image: url(spritesmith0.png);
|
||||
background-position: -582px -607px;
|
||||
width: 60px;
|
||||
|
||||
|
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 200 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 153 KiB |
|
Before Width: | Height: | Size: 413 KiB After Width: | Height: | Size: 427 KiB |
|
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 297 KiB |
|
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 254 KiB |