mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
feat(backgrounds): December purchasables
This commit is contained in:
parent
703451d452
commit
4d8a9c5287
6 changed files with 19 additions and 1 deletions
BIN
img/sprites/spritesmith/backgrounds/background_iceberg.png
Normal file
BIN
img/sprites/spritesmith/backgrounds/background_iceberg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
BIN
img/sprites/spritesmith/backgrounds/background_south_pole.png
Normal file
BIN
img/sprites/spritesmith/backgrounds/background_south_pole.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 3.1 KiB |
|
|
@ -47,5 +47,13 @@
|
|||
"backgroundStarrySkiesText":"Starry Skies",
|
||||
"backgroundStarrySkiesNotes":"Gaze at the Starry Skies.",
|
||||
"backgroundSunsetMeadowText":"Sunset Meadow",
|
||||
"backgroundSunsetMeadowNotes":"Admire a Sunset Meadow."
|
||||
"backgroundSunsetMeadowNotes":"Admire a Sunset Meadow.",
|
||||
|
||||
"backgrounds122014": "SET 7: Released December 2014",
|
||||
"backgroundIcebergText":"Iceberg",
|
||||
"backgroundIcebergNotes":"Drift upon an Iceberg.",
|
||||
"backgroundTwinklyLightsText":"Winter Twinkly Lights",
|
||||
"backgroundTwinklyLightsNotes":"Stroll between trees bedecked in festive lights.",
|
||||
"backgroundSouthPoleText":"South Pole",
|
||||
"backgroundSouthPoleNotes":"Visit the icy South Pole."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1360,6 +1360,16 @@ api.backgrounds =
|
|||
starry_skies:
|
||||
text: t('backgroundStarrySkiesText')
|
||||
notes: t('backgroundStarrySkiesNotes')
|
||||
backgrounds122014:
|
||||
iceberg:
|
||||
text: t('backgroundIcebergText')
|
||||
notes: t('backgroundIcebergNotes')
|
||||
twinkly_lights:
|
||||
text: t('backgroundTwinklyLightsText')
|
||||
notes: t('backgroundTwinklyLightsNotes')
|
||||
south_pole:
|
||||
text: t('backgroundSouthPoleText')
|
||||
notes: t('backgroundSouthPoleNotes')
|
||||
|
||||
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
|
||||
api.userDefaults =
|
||||
|
|
|
|||
Loading…
Reference in a new issue