diff --git a/img/sprites/spritesmith/backgrounds/background_iceberg.png b/img/sprites/spritesmith/backgrounds/background_iceberg.png new file mode 100644 index 0000000000..5c1a6f61c3 Binary files /dev/null and b/img/sprites/spritesmith/backgrounds/background_iceberg.png differ diff --git a/img/sprites/spritesmith/backgrounds/background_south_pole.png b/img/sprites/spritesmith/backgrounds/background_south_pole.png new file mode 100644 index 0000000000..989daebc9b Binary files /dev/null and b/img/sprites/spritesmith/backgrounds/background_south_pole.png differ diff --git a/img/sprites/spritesmith/backgrounds/background_twinkly_lights.png b/img/sprites/spritesmith/backgrounds/background_twinkly_lights.png new file mode 100644 index 0000000000..2b2bcfe20c Binary files /dev/null and b/img/sprites/spritesmith/backgrounds/background_twinkly_lights.png differ diff --git a/img/sprites/spritesmith/misc/inventory_present.png b/img/sprites/spritesmith/misc/inventory_present.png index 356697b430..3fc6280d57 100644 Binary files a/img/sprites/spritesmith/misc/inventory_present.png and b/img/sprites/spritesmith/misc/inventory_present.png differ diff --git a/locales/en/backgrounds.json b/locales/en/backgrounds.json index 0eb8dbec03..e072bdd2fe 100644 --- a/locales/en/backgrounds.json +++ b/locales/en/backgrounds.json @@ -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." } diff --git a/script/content.coffee b/script/content.coffee index 80213431a2..280f70060d 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -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 =