Port the template's classes
This commit is contained in:
4
projects/flixel/rpg-tutorial/source/Main.kiss
Normal file
4
projects/flixel/rpg-tutorial/source/Main.kiss
Normal file
@@ -0,0 +1,4 @@
|
||||
(defmethod new []
|
||||
(super)
|
||||
(addChild (new FlxGame 0 0 PlayState))
|
||||
(return))
|
Reference in New Issue
Block a user