diff options
| -rw-r--r-- | webAO/music.js | 109 |
1 files changed, 50 insertions, 59 deletions
diff --git a/webAO/music.js b/webAO/music.js index 7f961dd..23c034a 100644 --- a/webAO/music.js +++ b/webAO/music.js @@ -1,60 +1,51 @@ export default [ - "01_Turnabout_Courtroom_-_Prologue.Mp3", - "113 Confrontation ~ Presto 2009.Mp3", - "114 Pursuit(Miles).Mp3", - "3Dkh.Mp3", - "Announce The Truth (Aa).Mp3", - "Announce The Truth (Aj).Mp3", - "Announce The Truth (Jfa).Mp3", - "Announce The Truth (Miles).Mp3", - "Announce The Truth (T&T).Mp3", - "Crises Of Fate.Mp3", - "Forgotten Legend.Mp3", - "Ghost Trick - 4 Minutes Before Death.Mp3", - "Ghost Trick - Countdown.Mp3", - "Ghost Trick - The World Of The Dead.Mp3", - "Godot - The Fragrance Of Dark Coffee.Mp3", - "Great Revival ~ Franziska Von Karma.Mp3", - "Great Revival ~ Miles Edgeworth.Mp3", - "Hotline Of Fate.Mp3", - "Interesting People.Mp3", - "Logic_And_Trick.Mp3", - "Luke Atmey ~ I Just Want Love.Mp3", - "Mystery Skulls - Ghost.Mp3", - "Mystery Skulls - Money.Mp3", - "Noisy People.Mp3", - "Objectiom(Aj).Mp3", - "Objection (Aa).Mp3", - "Objection (Jfa).Mp3", - "Objection (Miles).Mp3", - "Objection (T&T).Mp3", - "Others ~ Guilty Love.Mp3", - "Prelude(Aa).Mp3", - "Prelude(Aj).Mp3", - "Pursuit (Aa) - Variation.Mp3", - "Pursuit (Aa).Mp3", - "Pursuit (Aj).Mp3", - "Pursuit (Ds).Mp3", - "Pursuit (Jfa) - Variation.Mp3", - "Pursuit (Jfa).Mp3", - "Pursuit (T&T) - Variation.Mp3", - "Pursuit (T&T).Mp3", - "Pursuit ~ I Want To Find The Truth (Orchestra).Mp3", - "Questioning Aa (Allegro).Mp3", - "Questioning Aa (Moderato).Mp3", - "Questioning Aj (Allegro).Mp3", - "Questioning Aj (Moderato).Mp3", - "Questioning Jfa (Allegro).Mp3", - "Questioning Jfa (Moderato).Mp3", - "Questioning T&T (Allegro).Mp3", - "Questioning T&T (Moderato).Mp3", - "Sin.Mp3", - "Speak Up, Pup!.Mp3", - "Suspense (Aa).Mp3", - "The Great Truth Burglar.Mp3", - "Trans.Mp3", - "Trial (Aa).Mp3", - "Trial (Aj).Mp3", - "Trial (Miles).Mp3", - "~Stop.Mp3", -]; + "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" +] |
