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/backgrounds.js | 25 -------- webAO/characters.js | 53 ----------------- webAO/client.js | 8 +-- webAO/constants/backgrounds.js | 25 ++++++++ webAO/constants/characters.js | 53 +++++++++++++++++ webAO/constants/evidence.js | 10 ++++ webAO/constants/music.js | 51 ++++++++++++++++ webAO/constants/sounds.js | 132 +++++++++++++++++++++++++++++++++++++++++ webAO/evidence.js | 10 ---- webAO/music.js | 51 ---------------- webAO/sounds.js | 132 ----------------------------------------- 11 files changed, 275 insertions(+), 275 deletions(-) delete mode 100644 webAO/backgrounds.js delete mode 100644 webAO/characters.js create mode 100644 webAO/constants/backgrounds.js create mode 100644 webAO/constants/characters.js create mode 100644 webAO/constants/evidence.js create mode 100644 webAO/constants/music.js create mode 100644 webAO/constants/sounds.js delete mode 100644 webAO/evidence.js delete mode 100644 webAO/music.js delete mode 100644 webAO/sounds.js (limited to 'webAO') diff --git a/webAO/backgrounds.js b/webAO/backgrounds.js deleted file mode 100644 index 449f4b2..0000000 --- a/webAO/backgrounds.js +++ /dev/null @@ -1,25 +0,0 @@ -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 diff --git a/webAO/characters.js b/webAO/characters.js deleted file mode 100644 index b7f77ba..0000000 --- a/webAO/characters.js +++ /dev/null @@ -1,53 +0,0 @@ -export default [ - "Adrian", - "Apollo", - "April", - "Armstrong", - "Atmey", - "Butz", - "Diego", - "Edgeworth", - "Edgeworthw", - "Ema", - "Emaskye", - "Franny", - "Franziska", - "Gant", - "Gavin", - "Gavin K", - "Godot", - "Gregory", - "Grossberg", - "Gumshoe", - "Gumshoey", - "Hawk", - "Hobo_Phoenix", - "Ini", - "Judge", - "Judge's Bro", - "Klav", - "Klavier", - "Kristoph", - "Lana", - "Layton", - "Lotta", - "Luis", - "Maggey", - "Manfred", - "Marshall", - "Matt", - "Maya", - "Mia", - "Miles", - "Oldbag", - "Payne", - "Pearl", - "Phoenix", - "Valant", - "Vasquez", - "Wellington", - "Winston", - "Winstonpayne", - "Young Mia", - "Zak", -]; diff --git a/webAO/client.js b/webAO/client.js index 71aff41..ecdd9dc 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -9,10 +9,10 @@ import Fingerprint2 from 'fingerprintjs2'; import { escapeChat, encodeChat, prepChat, safe_tags } from './encoding.js'; // Load some defaults for the background and evidence dropdowns -import vanilla_character_arr from "./characters.js"; -import vanilla_music_arr from "./music.js"; -import vanilla_background_arr from "./backgrounds.js"; -import vanilla_evidence_arr from "./evidence.js"; +import vanilla_character_arr from "./constants/characters.js"; +import vanilla_music_arr from "./constants/music.js"; +import vanilla_background_arr from "./constants/backgrounds.js"; +import vanilla_evidence_arr from "./constants/evidence.js"; import chatbox_arr from "./styles/chatbox/chatboxes.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 diff --git a/webAO/constants/characters.js b/webAO/constants/characters.js new file mode 100644 index 0000000..b7f77ba --- /dev/null +++ b/webAO/constants/characters.js @@ -0,0 +1,53 @@ +export default [ + "Adrian", + "Apollo", + "April", + "Armstrong", + "Atmey", + "Butz", + "Diego", + "Edgeworth", + "Edgeworthw", + "Ema", + "Emaskye", + "Franny", + "Franziska", + "Gant", + "Gavin", + "Gavin K", + "Godot", + "Gregory", + "Grossberg", + "Gumshoe", + "Gumshoey", + "Hawk", + "Hobo_Phoenix", + "Ini", + "Judge", + "Judge's Bro", + "Klav", + "Klavier", + "Kristoph", + "Lana", + "Layton", + "Lotta", + "Luis", + "Maggey", + "Manfred", + "Marshall", + "Matt", + "Maya", + "Mia", + "Miles", + "Oldbag", + "Payne", + "Pearl", + "Phoenix", + "Valant", + "Vasquez", + "Wellington", + "Winston", + "Winstonpayne", + "Young Mia", + "Zak", +]; diff --git a/webAO/constants/evidence.js b/webAO/constants/evidence.js new file mode 100644 index 0000000..99896c8 --- /dev/null +++ b/webAO/constants/evidence.js @@ -0,0 +1,10 @@ +export default [ + "1.png", + "2.png", + "3.png", + "4.png", + "5.png", + "6.png", + "empty.png", + "lawyerbadge.png" +]; \ No newline at end of file diff --git a/webAO/constants/music.js b/webAO/constants/music.js new file mode 100644 index 0000000..23c034a --- /dev/null +++ b/webAO/constants/music.js @@ -0,0 +1,51 @@ +export default [ + "Announce The Truth (AA).opus", + "Announce The Truth (AJ).opus", + "Announce The Truth (JFA).opus", + "Announce The Truth (Miles).opus", + "Announce The Truth (T&T).opus", + "Confrontation ~ Presto 2009.opus", + "Crises of Fate.opus", + "Forgotten Legend.opus", + "Godot - The Fragrance of Dark Coffee.opus", + "Great Revival ~ Franziska von Karma.opus", + "Great Revival ~ Miles Edgeworth.opus", + "Hotline of Fate.opus", + "Interesting People.opus", + "Logic and Trick.opus", + "Luke Atmey ~ I Just Want Love.opus", + "Noisy People.opus", + "OBJECTION (AA).opus", + "Objection (AJ).opus", + "OBJECTION (JFA).opus", + "Objection (Miles).opus", + "OBJECTION (T&T).opus", + "Others ~ Guilty love.opus", + "Prelude (AA).opus", + "Prelude (AJ).opus", + "Prologue (AA).opus", + "Pursuit (AA) - variation.opus", + "Pursuit (AA).opus", + "Pursuit (AJ).opus", + "Pursuit (DS).opus", + "Pursuit (JFA) - variation.opus", + "Pursuit (JFA).opus", + "Pursuit (Miles).opus", + "Pursuit (T&T) - variation.opus", + "Pursuit (T&T).opus", + "Pursuit ~ I Want to Find the Truth (Orchestra).opus", + "Questioning AA (Allegro).opus", + "Questioning AA (Moderato).opus", + "Questioning AJ (Allegro).opus", + "Questioning AJ (Moderato).opus", + "Questioning JFA (Allegro).opus", + "Questioning JFA (Moderato).opus", + "Questioning T&T (Allegro).opus", + "Questioning T&T (Moderato).opus", + "Speak up Pup.opus", + "Suspense (AA).opus", + "The Great Truth Burglar.opus", + "Trial (AA).opus", + "Trial (AJ).opus", + "Trial (Miles).opus" +] diff --git a/webAO/constants/sounds.js b/webAO/constants/sounds.js new file mode 100644 index 0000000..67a7bb8 --- /dev/null +++ b/webAO/constants/sounds.js @@ -0,0 +1,132 @@ +export default [ + "sfx-anotherpuzzle.wav", + "sfx-answeris.wav", + "sfx-ashamed.wav", + "sfx-badum.wav", + "sfx-bang.wav", + "sfx-bip.wav", + "sfx-bip2.wav", + "sfx-bip3.wav", + "sfx-bleep.wav", + "sfx-bling2.wav", + "sfx-blink.wav", + "sfx-blipfemale.wav", + "sfx-bliplayton.wav", + "sfx-blipmale.wav", + "sfx-bvvt.wav", + "sfx-cancel.wav", + "sfx-cello.wav", + "sfx-chocolatemilk.wav", + "sfx-chug.wav", + "sfx-crackle.wav", + "sfx-crowdgoeswhile.wav", + "sfx-damage1.wav", + "sfx-damage2.wav", + "sfx-deskslam.wav", + "sfx-dink.wav", + "sfx-dog bark.wav", + "sfx-dooropens.wav", + "sfx-dramapound.wav", + "sfx-everypuzzle.wav", + "sfx-evidenceshoop.wav", + "sfx-explosion.wav", + "sfx-explosive.wav", + "sfx-fan.wav", + "sfx-furio.wav", + "sfx-fwashing.wav", + "sfx-fwasshing.wav", + "sfx-gallery.wav", + "sfx-gallerycheer.wav", + "sfx-gavel.wav", + "sfx-grinding.wav", + "sfx-grinding2.wav", + "sfx-guilty.wav", + "sfx-guitar.wav", + "sfx-guitar2.wav", + "sfx-gunshot.wav", + "sfx-gunshot2.wav", + "sfx-gunshot3.wav", + "sfx-gunshot4.wav", + "sfx-happyping.wav", + "sfx-hint.wav", + "sfx-incomingpuzzle.wav", + "sfx-lightbang.wav", + "sfx-lightbulb.wav", + "sfx-lock.wav", + "sfx-locksbreak.wav", + "sfx-longwoosh.wav", + "sfx-losepuzzle.wav", + "sfx-loudbang.wav", + "sfx-maaagical.wav", + "sfx-maaagical2.wav", + "sfx-maaagical3.wav", + "sfx-meow.wav", + "sfx-nosale.wav", + "sfx-objection.wav", + "sfx-pageturn.wav", + "sfx-peep.wav", + "sfx-peep2.wav", + "sfx-phone1.wav", + "sfx-phone2.wav", + "sfx-phone3.wav", + "sfx-phone4.wav", + "sfx-phone5.wav", + "sfx-phonebeep.wav", + "sfx-photosnap.wav", + "sfx-pichoop.wav", + "sfx-powder.wav", + "sfx-psyche1.wav", + "sfx-realization.wav", + "sfx-roar.wav", + "sfx-saveblip.wav", + "sfx-scenechange.wav", + "sfx-scroll.wav", + "sfx-selectblip.wav", + "sfx-selectblip2.wav", + "sfx-selectjingle.wav", + "sfx-shattering.wav", + "sfx-shock.wav", + "sfx-shock2.wav", + "sfx-shook.wav", + "sfx-shook2.wav", + "sfx-shoomp.wav", + "sfx-shooop.wav", + "sfx-sirens.wav", + "sfx-smack.wav", + "sfx-spritz.wav", + "sfx-squee.wav", + "sfx-stab.wav", + "sfx-stab2.wav", + "sfx-supershock.wav", + "sfx-swing.wav", + "sfx-swoop.wav", + "sfx-swoop2.wav", + "sfx-tap.wav", + "sfx-tap2.wav", + "sfx-tap3.wav", + "sfx-testimony.wav", + "sfx-testimony2.wav", + "sfx-thud.wav", + "sfx-thud2.wav", + "sfx-thud3.wav", + "sfx-thud4.wav", + "sfx-thump.wav", + "sfx-thump2.wav", + "sfx-thump3.wav", + "sfx-thwap.wav", + "sfx-tong.wav", + "sfx-triplegavel.wav", + "sfx-typwriter.wav", + "sfx-weakgunshot.wav", + "sfx-whack.wav", + "sfx-wham.wav", + "sfx-whimper.wav", + "sfx-whip.wav", + "sfx-whoops.wav", + "sfx-winpuzzle.wav", + "sfx-wipe.wav", + "sfx-wubs.wav", + "sfx-yep.wav", + "sfx-yip.wav", + "sfx-zooma.wav" +]; diff --git a/webAO/evidence.js b/webAO/evidence.js deleted file mode 100644 index 99896c8..0000000 --- a/webAO/evidence.js +++ /dev/null @@ -1,10 +0,0 @@ -export default [ - "1.png", - "2.png", - "3.png", - "4.png", - "5.png", - "6.png", - "empty.png", - "lawyerbadge.png" -]; \ No newline at end of file diff --git a/webAO/music.js b/webAO/music.js deleted file mode 100644 index 23c034a..0000000 --- a/webAO/music.js +++ /dev/null @@ -1,51 +0,0 @@ -export default [ - "Announce The Truth (AA).opus", - "Announce The Truth (AJ).opus", - "Announce The Truth (JFA).opus", - "Announce The Truth (Miles).opus", - "Announce The Truth (T&T).opus", - "Confrontation ~ Presto 2009.opus", - "Crises of Fate.opus", - "Forgotten Legend.opus", - "Godot - The Fragrance of Dark Coffee.opus", - "Great Revival ~ Franziska von Karma.opus", - "Great Revival ~ Miles Edgeworth.opus", - "Hotline of Fate.opus", - "Interesting People.opus", - "Logic and Trick.opus", - "Luke Atmey ~ I Just Want Love.opus", - "Noisy People.opus", - "OBJECTION (AA).opus", - "Objection (AJ).opus", - "OBJECTION (JFA).opus", - "Objection (Miles).opus", - "OBJECTION (T&T).opus", - "Others ~ Guilty love.opus", - "Prelude (AA).opus", - "Prelude (AJ).opus", - "Prologue (AA).opus", - "Pursuit (AA) - variation.opus", - "Pursuit (AA).opus", - "Pursuit (AJ).opus", - "Pursuit (DS).opus", - "Pursuit (JFA) - variation.opus", - "Pursuit (JFA).opus", - "Pursuit (Miles).opus", - "Pursuit (T&T) - variation.opus", - "Pursuit (T&T).opus", - "Pursuit ~ I Want to Find the Truth (Orchestra).opus", - "Questioning AA (Allegro).opus", - "Questioning AA (Moderato).opus", - "Questioning AJ (Allegro).opus", - "Questioning AJ (Moderato).opus", - "Questioning JFA (Allegro).opus", - "Questioning JFA (Moderato).opus", - "Questioning T&T (Allegro).opus", - "Questioning T&T (Moderato).opus", - "Speak up Pup.opus", - "Suspense (AA).opus", - "The Great Truth Burglar.opus", - "Trial (AA).opus", - "Trial (AJ).opus", - "Trial (Miles).opus" -] diff --git a/webAO/sounds.js b/webAO/sounds.js deleted file mode 100644 index 67a7bb8..0000000 --- a/webAO/sounds.js +++ /dev/null @@ -1,132 +0,0 @@ -export default [ - "sfx-anotherpuzzle.wav", - "sfx-answeris.wav", - "sfx-ashamed.wav", - "sfx-badum.wav", - "sfx-bang.wav", - "sfx-bip.wav", - "sfx-bip2.wav", - "sfx-bip3.wav", - "sfx-bleep.wav", - "sfx-bling2.wav", - "sfx-blink.wav", - "sfx-blipfemale.wav", - "sfx-bliplayton.wav", - "sfx-blipmale.wav", - "sfx-bvvt.wav", - "sfx-cancel.wav", - "sfx-cello.wav", - "sfx-chocolatemilk.wav", - "sfx-chug.wav", - "sfx-crackle.wav", - "sfx-crowdgoeswhile.wav", - "sfx-damage1.wav", - "sfx-damage2.wav", - "sfx-deskslam.wav", - "sfx-dink.wav", - "sfx-dog bark.wav", - "sfx-dooropens.wav", - "sfx-dramapound.wav", - "sfx-everypuzzle.wav", - "sfx-evidenceshoop.wav", - "sfx-explosion.wav", - "sfx-explosive.wav", - "sfx-fan.wav", - "sfx-furio.wav", - "sfx-fwashing.wav", - "sfx-fwasshing.wav", - "sfx-gallery.wav", - "sfx-gallerycheer.wav", - "sfx-gavel.wav", - "sfx-grinding.wav", - "sfx-grinding2.wav", - "sfx-guilty.wav", - "sfx-guitar.wav", - "sfx-guitar2.wav", - "sfx-gunshot.wav", - "sfx-gunshot2.wav", - "sfx-gunshot3.wav", - "sfx-gunshot4.wav", - "sfx-happyping.wav", - "sfx-hint.wav", - "sfx-incomingpuzzle.wav", - "sfx-lightbang.wav", - "sfx-lightbulb.wav", - "sfx-lock.wav", - "sfx-locksbreak.wav", - "sfx-longwoosh.wav", - "sfx-losepuzzle.wav", - "sfx-loudbang.wav", - "sfx-maaagical.wav", - "sfx-maaagical2.wav", - "sfx-maaagical3.wav", - "sfx-meow.wav", - "sfx-nosale.wav", - "sfx-objection.wav", - "sfx-pageturn.wav", - "sfx-peep.wav", - "sfx-peep2.wav", - "sfx-phone1.wav", - "sfx-phone2.wav", - "sfx-phone3.wav", - "sfx-phone4.wav", - "sfx-phone5.wav", - "sfx-phonebeep.wav", - "sfx-photosnap.wav", - "sfx-pichoop.wav", - "sfx-powder.wav", - "sfx-psyche1.wav", - "sfx-realization.wav", - "sfx-roar.wav", - "sfx-saveblip.wav", - "sfx-scenechange.wav", - "sfx-scroll.wav", - "sfx-selectblip.wav", - "sfx-selectblip2.wav", - "sfx-selectjingle.wav", - "sfx-shattering.wav", - "sfx-shock.wav", - "sfx-shock2.wav", - "sfx-shook.wav", - "sfx-shook2.wav", - "sfx-shoomp.wav", - "sfx-shooop.wav", - "sfx-sirens.wav", - "sfx-smack.wav", - "sfx-spritz.wav", - "sfx-squee.wav", - "sfx-stab.wav", - "sfx-stab2.wav", - "sfx-supershock.wav", - "sfx-swing.wav", - "sfx-swoop.wav", - "sfx-swoop2.wav", - "sfx-tap.wav", - "sfx-tap2.wav", - "sfx-tap3.wav", - "sfx-testimony.wav", - "sfx-testimony2.wav", - "sfx-thud.wav", - "sfx-thud2.wav", - "sfx-thud3.wav", - "sfx-thud4.wav", - "sfx-thump.wav", - "sfx-thump2.wav", - "sfx-thump3.wav", - "sfx-thwap.wav", - "sfx-tong.wav", - "sfx-triplegavel.wav", - "sfx-typwriter.wav", - "sfx-weakgunshot.wav", - "sfx-whack.wav", - "sfx-wham.wav", - "sfx-whimper.wav", - "sfx-whip.wav", - "sfx-whoops.wav", - "sfx-winpuzzle.wav", - "sfx-wipe.wav", - "sfx-wubs.wav", - "sfx-yep.wav", - "sfx-yip.wav", - "sfx-zooma.wav" -]; -- cgit