diff --git a/assets/music/High_Inst.mp3 b/assets/music/High_Inst.mp3 new file mode 100644 index 000000000..a3424cbe6 Binary files /dev/null and b/assets/music/High_Inst.mp3 differ diff --git a/assets/music/High_Voices.mp3 b/assets/music/High_Voices.mp3 new file mode 100644 index 000000000..a3424cbe6 Binary files /dev/null and b/assets/music/High_Voices.mp3 differ diff --git a/assets/music/Milf_Inst.mp3 b/assets/music/Milf_Inst.mp3 new file mode 100644 index 000000000..d2dad2d41 Binary files /dev/null and b/assets/music/Milf_Inst.mp3 differ diff --git a/assets/music/Milf_Inst.ogg b/assets/music/Milf_Inst.ogg new file mode 100644 index 000000000..de926811b Binary files /dev/null and b/assets/music/Milf_Inst.ogg differ diff --git a/assets/music/Milf_Voices.mp3 b/assets/music/Milf_Voices.mp3 new file mode 100644 index 000000000..970f8a972 Binary files /dev/null and b/assets/music/Milf_Voices.mp3 differ diff --git a/assets/music/Milf_Voices.ogg b/assets/music/Milf_Voices.ogg new file mode 100644 index 000000000..764b006b8 Binary files /dev/null and b/assets/music/Milf_Voices.ogg differ diff --git a/assets/music/Satin-Panties_Inst.mp3 b/assets/music/Satin-Panties_Inst.mp3 new file mode 100644 index 000000000..d0b4d686e Binary files /dev/null and b/assets/music/Satin-Panties_Inst.mp3 differ diff --git a/assets/music/Satin-Panties_Inst.ogg b/assets/music/Satin-Panties_Inst.ogg new file mode 100644 index 000000000..09b9690c6 Binary files /dev/null and b/assets/music/Satin-Panties_Inst.ogg differ diff --git a/assets/music/Satin-Panties_Voices.mp3 b/assets/music/Satin-Panties_Voices.mp3 new file mode 100644 index 000000000..d0b4d686e Binary files /dev/null and b/assets/music/Satin-Panties_Voices.mp3 differ diff --git a/assets/music/Satin-Panties_Voices.ogg b/assets/music/Satin-Panties_Voices.ogg new file mode 100644 index 000000000..dde5f4a55 Binary files /dev/null and b/assets/music/Satin-Panties_Voices.ogg differ diff --git a/source/TitleState.hx b/source/TitleState.hx index f2ca6f8f1..aaf5cb053 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -75,7 +75,7 @@ class TitleState extends MusicBeatState } #if SKIP_TO_PLAYSTATE - FlxG.switchState(new StoryMenuState()); + FlxG.switchState(new ChartingState()); #else startIntro(); #end