aboutsummaryrefslogtreecommitdiff
path: root/webAO/backgrounds.js
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-16 18:19:40 +0200
committerGitHub <noreply@github.com>2019-07-16 18:19:40 +0200
commitb0394289a591417ed2300b076da205b3fa03750d (patch)
tree6dd502e5d7e09123f3f107d820ec176782a8b6a0 /webAO/backgrounds.js
parent93a4462c3c2f333f9bc54296847d628d6d46bdb1 (diff)
parentc4c754944c209fc365e04aa17e6bd3a73c504e26 (diff)
Merge pull request #4 from AttorneyOnline/master
i'm sure there is a way to do this correctly
Diffstat (limited to 'webAO/backgrounds.js')
-rw-r--r--webAO/backgrounds.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/webAO/backgrounds.js b/webAO/backgrounds.js
new file mode 100644
index 0000000..4d5a726
--- /dev/null
+++ b/webAO/backgrounds.js
@@ -0,0 +1,25 @@
+export default [
+ "Anime",
+ "birthday",
+ "Christmas",
+ "CountyCourt",
+ "CruiseCourt",
+ "default",
+ "DGDEnglishCourt",
+ "DGSJapanCourt",
+ "DualDestinies",
+ "EnglishCourt",
+ "gs4",
+ "GS4Night",
+ "HD",
+ "Khura'in",
+ "mlp",
+ "NewCourt",
+ "RuinedCourt",
+ "Sky",
+ "SpaceCourt",
+ "Themis",
+ "TouhouCourt",
+ "WitchTrialCourt",
+ "Zetta"
+]; \ No newline at end of file