RPG tile map

This commit is contained in:
2021-01-03 18:21:21 -07:00
parent 06fc186b03
commit 53f0da0f46
11 changed files with 146 additions and 20 deletions

View File

@@ -9,6 +9,8 @@
(animation.add "u" [6 7 6 8] 6 false)
(animation.add "d" [0 1 0 2] 6 false)
(set drag.x (set drag.y 1600))
(setSize 8 8)
(offset.set 4 4)
(return))
(defmethod updateMovement []