diff options
Diffstat (limited to 'webAO/constants/backgrounds.js')
| -rw-r--r-- | webAO/constants/backgrounds.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/webAO/constants/backgrounds.js b/webAO/constants/backgrounds.js new file mode 100644 index 0000000..c1807ce --- /dev/null +++ b/webAO/constants/backgrounds.js @@ -0,0 +1,25 @@ +export default [ + 'Anime', + 'birthday', + 'Christmas', + 'CountyCourt', + 'CruiseCourt', + 'default', + 'DGSEnglishCourt', + 'DGSJapanCourt', + 'DualDestinies', + 'EnglishCourt', + 'gs4', + 'GS4Night', + 'HD', + "Khura'in", + 'mlp', + 'NewCourt', + 'RuinedCourt', + 'Sky', + 'SpaceCourt', + 'Themis', + 'TouhouCourt', + 'WitchTrialCourt', + 'Zetta', +]; |
