diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-07 18:45:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-07 18:45:40 +0100 |
| commit | 0b9a04abefbf088316e013df7fa327ad4eb0aecb (patch) | |
| tree | 2338cf231c8535280c283d8d08d91f4fa4018912 /webAO/constants/backgrounds.js | |
| parent | 9c5fd198c11a0e2b976c6a2802eff9c4fef836f6 (diff) | |
| parent | 4bd674c196c0e06b460dffee440c5d2a48061bcc (diff) | |
Merge pull request #95 from caleb-mabry/refactor-constants
Refactor constants
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', +]; |
