This commit is contained in:
Cameron Taylor 2020-12-21 17:20:57 -05:00
parent 341bc7ca29
commit b20620c075
11 changed files with 1 additions and 1 deletions

BIN
assets/music/High_Inst.mp3 Normal file

Binary file not shown.

Binary file not shown.

BIN
assets/music/Milf_Inst.mp3 Normal file

Binary file not shown.

BIN
assets/music/Milf_Inst.ogg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -75,7 +75,7 @@ class TitleState extends MusicBeatState
}
#if SKIP_TO_PLAYSTATE
FlxG.switchState(new StoryMenuState());
FlxG.switchState(new ChartingState());
#else
startIntro();
#end