From 2ae28a7e3e2298be26f08448a9a8363b9b671709 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sat, 5 Mar 2022 22:16:51 -0500 Subject: Moving Constants into folder --- webAO/constants/backgrounds.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 webAO/constants/backgrounds.js (limited to 'webAO/constants/backgrounds.js') diff --git a/webAO/constants/backgrounds.js b/webAO/constants/backgrounds.js new file mode 100644 index 0000000..449f4b2 --- /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" +]; \ No newline at end of file -- cgit