4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
(defmethod new []
|
|
(super)
|
|
(addChild (new FlxGame 0 0 PlayState))
|
|
(return)) |