RPG tutorial menu & blue box movement

This commit is contained in:
2021-01-02 20:22:59 -07:00
parent 332b38314e
commit b252ba12ee
6 changed files with 76 additions and 1 deletions

View File

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