redoing and replacing some of the music logic
This commit is contained in:
11
source/ChartingState.hx
Normal file
11
source/ChartingState.hx
Normal file
@ -0,0 +1,11 @@
|
||||
package;
|
||||
|
||||
import flixel.FlxState;
|
||||
|
||||
class ChartingState extends FlxState
|
||||
{
|
||||
override function create()
|
||||
{
|
||||
super.create();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user