Port the template's classes
This commit is contained in:
@@ -2,15 +2,5 @@ package;
|
||||
|
||||
import flixel.FlxState;
|
||||
|
||||
class PlayState extends FlxState
|
||||
{
|
||||
override public function create()
|
||||
{
|
||||
super.create();
|
||||
}
|
||||
|
||||
override public function update(elapsed:Float)
|
||||
{
|
||||
super.update(elapsed);
|
||||
}
|
||||
}
|
||||
@:build(kiss.Kiss.build("source/PlayState.kiss"))
|
||||
class PlayState extends FlxState {}
|
||||
|
Reference in New Issue
Block a user