feat(backgrounds): add new backgrounds

This commit is contained in:
Tyler Renelle 2014-11-04 19:45:42 -07:00
parent 28668bea8c
commit c53e6a23cf
19 changed files with 2375 additions and 2325 deletions

File diff suppressed because one or more lines are too long

View file

@ -13343,6 +13343,20 @@ api.backgrounds = {
text: t('backgroundPumpkinPatchText'),
notes: t('backgroundPumpkinPatchNotes')
}
},
backgrounds112014: {
harvest_feast: {
text: t('backgroundHarvestFeastText'),
notes: t('backgroundHarvestFeastNotes')
},
sunset_meadow: {
text: t('backgroundSunsetMeadowText'),
notes: t('backgroundSunsetMeadowNotes')
},
starry_skies: {
text: t('backgroundStarrySkiesText'),
notes: t('backgroundStarrySkiesNotes')
}
}
};
@ -15655,5 +15669,5 @@ api.wrap = function(user, main) {
};
}).call(this,require("/home/matteo/Dev/habitrpg/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
},{"./content.coffee":5,"./i18n.coffee":6,"/home/matteo/Dev/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("/Users/lefnire/Dropbox/Sites/habitrpg/modules/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js"))
},{"./content.coffee":5,"./i18n.coffee":6,"/Users/lefnire/Dropbox/Sites/habitrpg/modules/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1])

1016
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: 120 KiB

After

Width:  |  Height:  |  Size: 130 KiB

1160
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: 77 KiB

After

Width:  |  Height:  |  Size: 73 KiB

786
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: 111 KiB

After

Width:  |  Height:  |  Size: 112 KiB

550
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: 215 KiB

After

Width:  |  Height:  |  Size: 214 KiB

574
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: 200 KiB

After

Width:  |  Height:  |  Size: 200 KiB

574
dist/spritesmith5.css vendored

File diff suppressed because it is too large Load diff

BIN
dist/spritesmith5.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -39,5 +39,13 @@
"backgroundHauntedHouseText":"Haunted House",
"backgroundHauntedHouseNotes":"Sneak through a Haunted House.",
"backgroundPumpkinPatchText":"Pumpkin Patch",
"backgroundPumpkinPatchNotes":"Carve jack-o-lanterns in a Pumpkin Patch."
"backgroundPumpkinPatchNotes":"Carve jack-o-lanterns in a Pumpkin Patch.",
"backgrounds112014": "SET 6: Released November 2014",
"backgroundHarvestFeastText":"Harvest Feast",
"backgroundHarvestFeastNotes":"Enjoy a Harvest Feast.",
"backgroundStarrySkiesText":"Starry Skies",
"backgroundStarrySkiesNotes":"Gaze at the Starry Skies.",
"backgroundSunsetMeadowText":"Sunset Meadow",
"backgroundSunsetMeadowNotes":"Admire a Sunset Meadow."
}

View file

@ -1254,6 +1254,16 @@ api.backgrounds =
pumpkin_patch:
text: t('backgroundPumpkinPatchText')
notes: t('backgroundPumpkinPatchNotes')
backgrounds112014:
harvest_feast:
text: t('backgroundHarvestFeastText')
notes: t('backgroundHarvestFeastNotes')
sunset_meadow:
text: t('backgroundSunsetMeadowText')
notes: t('backgroundSunsetMeadowNotes')
starry_skies:
text: t('backgroundStarrySkiesText')
notes: t('backgroundStarrySkiesNotes')
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
api.userDefaults =