diff --git a/assets/music/High_Inst.mp3 b/assets/music/High_Inst.mp3 new file mode 100644 index 0000000..a3424cb 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 0000000..a3424cb 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 0000000..d2dad2d 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 0000000..de92681 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 0000000..970f8a9 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 0000000..764b006 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 0000000..d0b4d68 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 0000000..09b9690 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 0000000..d0b4d68 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 0000000..dde5f4a Binary files /dev/null and b/assets/music/Satin-Panties_Voices.ogg differ diff --git a/source/TitleState.hx b/source/TitleState.hx index f2ca6f8..aaf5cb0 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