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,8 @@
(defprop &mut :Player player null)
(defmethod &override create []
(set player (new Player 20 20))
(add player)
(super.create)
(return))