diff --git a/common/dist/scripts/habitrpg-shared.js b/common/dist/scripts/habitrpg-shared.js index eb324f0b42..3bb0bc7bf8 100644 --- a/common/dist/scripts/habitrpg-shared.js +++ b/common/dist/scripts/habitrpg-shared.js @@ -4509,6 +4509,20 @@ api.backgrounds = { text: t('backgroundDistantCastleText'), notes: t('backgroundDistantCastleNotes') } + }, + backgrounds032015: { + spring_rain: { + text: t('backgroundSpringRainText'), + notes: t('backgroundSpringRainNotes') + }, + stained_glass: { + text: t('backgroundStainedGlassText'), + notes: t('backgroundStainedGlassNotes') + }, + rolling_hills: { + text: t('backgroundRollingHillsText'), + notes: t('backgroundRollingHillsNotes') + } } }; diff --git a/common/dist/sprites/spritesmith3.png b/common/dist/sprites/spritesmith3.png index 6e5f9623b0..f7015ad3d4 100644 Binary files a/common/dist/sprites/spritesmith3.png and b/common/dist/sprites/spritesmith3.png differ diff --git a/common/locales/en/backgrounds.json b/common/locales/en/backgrounds.json index 0bc7a9f906..f947b61856 100644 --- a/common/locales/en/backgrounds.json +++ b/common/locales/en/backgrounds.json @@ -77,7 +77,7 @@ "backgroundSpringRainText": "Spring Rain", "backgroundSpringRainNotes": "Dance in the Spring Rain.", "backgroundStainedGlassText": "Stained Glass", - "backgroundStainedGlassNotes": "Admire some Stained Glass", + "backgroundStainedGlassNotes": "Admire some Stained Glass.", "backgroundRollingHillsText": "Rolling Hills", "backgroundRollingHillsNotes": "Frolic through the Rolling Hills." }