Music Jar project skeleton
This commit is contained in:
16
projects/flixel/music-jar/source/PlayState.hx
Normal file
16
projects/flixel/music-jar/source/PlayState.hx
Normal file
@@ -0,0 +1,16 @@
|
||||
package;
|
||||
|
||||
import flixel.FlxState;
|
||||
|
||||
class PlayState extends FlxState
|
||||
{
|
||||
override public function create()
|
||||
{
|
||||
super.create();
|
||||
}
|
||||
|
||||
override public function update(elapsed:Float)
|
||||
{
|
||||
super.update(elapsed);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user