feat(backgrounds): october backgrounds

This commit is contained in:
Tyler Renelle 2014-10-02 18:47:11 -06:00
parent e754ed48f7
commit 29262826e2
17 changed files with 1911 additions and 1856 deletions

File diff suppressed because one or more lines are too long

View file

@ -12604,6 +12604,20 @@ api.backgrounds = {
text: t('backgroundHarvestFieldsText'),
notes: t('backgroundHarvestFieldsNotes')
}
},
backgrounds102014: {
graveyard: {
text: t('backgroundGraveyardText'),
notes: t('backgroundGraveyardNotes')
},
haunted_house: {
text: t('backgroundHauntedHouseText'),
notes: t('backgroundHauntedHouseNotes')
},
spooky_forest: {
text: t('backgroundSpookyForestText'),
notes: t('backgroundSpookyForestNotes')
}
}
};
@ -14809,6 +14823,11 @@ api.wrap = function(user, main) {
}), true);
}), false).valueOf();
return user.achievements.ultimateGear = shouldGrant;
},
nullify: function() {
user.ops = null;
user.fns = null;
return user = null;
}
};
Object.defineProperty(user, '_statsComputed', {

996
dist/spritesmith0.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith0.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 115 KiB

1112
dist/spritesmith1.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith1.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 63 KiB

582
dist/spritesmith2.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 122 KiB

514
dist/spritesmith3.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith3.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 175 KiB

522
dist/spritesmith4.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith4.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View file

@ -31,5 +31,13 @@
"backgroundAutumnForestText":"Autumn Forest",
"backgroundAutumnForestNotes":"Stroll through an Autumn Forest.",
"backgroundHarvestFieldsText":"Harvest Fields",
"backgroundHarvestFieldsNotes":"Cultivate your Harvest Fields."
"backgroundHarvestFieldsNotes":"Cultivate your Harvest Fields.",
"backgrounds102014": "SET 5: Released October 2014",
"backgroundGraveyardText":"Graveyard",
"backgroundGraveyardNotes":"Visit a Creepy Graveyard.",
"backgroundHauntedHouseText":"Haunted House",
"backgroundHauntedHouseNotes":"Sneak through a Haunted House.",
"backgroundSpookyForestText":"Spooky Forest",
"backgroundSpookyForestNotes":"Shiver in a Spooky Forest."
}

View file

@ -1145,6 +1145,16 @@ api.backgrounds =
harvest_fields:
text: t('backgroundHarvestFieldsText')
notes: t('backgroundHarvestFieldsNotes')
backgrounds102014:
graveyard:
text: t('backgroundGraveyardText')
notes: t('backgroundGraveyardNotes')
haunted_house:
text: t('backgroundHauntedHouseText')
notes: t('backgroundHauntedHouseNotes')
spooky_forest:
text: t('backgroundSpookyForestText')
notes: t('backgroundSpookyForestNotes')
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
api.userDefaults =