feat(backgrounds): December purchasables

This commit is contained in:
Sabe Jones 2014-11-30 22:54:37 -06:00
parent 703451d452
commit 4d8a9c5287
6 changed files with 19 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

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

View file

@ -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."
}

View file

@ -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 =