feat(content): BGs and Armoire 201602

This commit is contained in:
Sabe Jones
2016-02-02 16:02:50 -05:00
parent a05f6c46d6
commit d8e9b781c8
49 changed files with 14802 additions and 14594 deletions

View File

@@ -283,6 +283,20 @@ let backgrounds = {
notes: t('backgroundWinterNightNotes'),
},
},
backgrounds022016: {
bamboo_forest: {
text: t('backgroundBambooForestText'),
notes: t('backgroundBambooForestNotes'),
},
cozy_library: {
text: t('backgroundCozyLibraryText'),
notes: t('backgroundCozyLibraryNotes'),
},
grand_staircase: {
text: t('backgroundGrandStaircaseText'),
notes: t('backgroundGrandStaircaseNotes'),
},
},
};
/* eslint-enable quote-props */