mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): BGs and Armoire 201602
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user