Port the template's classes

This commit is contained in:
2021-01-02 19:45:45 -07:00
parent 030a847259
commit fc55a8042b
5 changed files with 17 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
(defmethod new []
(super)
(addChild (new FlxGame 0 0 PlayState))
(return))