redoing and replacing some of the music logic

This commit is contained in:
Cameron Taylor
2020-10-09 19:39:52 -07:00
parent f168200b45
commit 4d4a724d72
3 changed files with 75 additions and 38 deletions

11
source/ChartingState.hx Normal file
View File

@ -0,0 +1,11 @@
package;
import flixel.FlxState;
class ChartingState extends FlxState
{
override function create()
{
super.create();
}
}