4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
(defmethod new []
|
|
(super)
|
|
(addChild (new FlxGame 320 240 MenuState))
|
|
(return)) |