Files
kiss-vscode/projects/flixel-rpg-tutorial/source/Main.kiss

4 lines
69 B
Plaintext

(method new []
(super)
(addChild (new FlxGame 320 240 MenuState)))