feat(backgrounds): add new backgrounds
2
dist/habitrpg-shared.css
vendored
18
dist/habitrpg-shared.js
vendored
|
|
@ -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
BIN
dist/spritesmith0.png
vendored
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 130 KiB |
1160
dist/spritesmith1.css
vendored
BIN
dist/spritesmith1.png
vendored
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 73 KiB |
786
dist/spritesmith2.css
vendored
BIN
dist/spritesmith2.png
vendored
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 112 KiB |
550
dist/spritesmith3.css
vendored
BIN
dist/spritesmith3.png
vendored
|
Before Width: | Height: | Size: 215 KiB After Width: | Height: | Size: 214 KiB |
574
dist/spritesmith4.css
vendored
BIN
dist/spritesmith4.png
vendored
|
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 200 KiB |
574
dist/spritesmith5.css
vendored
BIN
dist/spritesmith5.png
vendored
|
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 174 KiB |
BIN
img/sprites/spritesmith/backgrounds/background_harvest_feast.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
img/sprites/spritesmith/backgrounds/background_starry_skies.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
img/sprites/spritesmith/backgrounds/background_sunset_meadow.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
|
|
@ -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."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||