fix new FlxDirectionFlags error
This commit is contained in:
@@ -49,7 +49,9 @@
|
|||||||
(animation.play "u"))
|
(animation.play "u"))
|
||||||
|
|
||||||
(FlxObject.DOWN
|
(FlxObject.DOWN
|
||||||
(animation.play "d"))))
|
(animation.play "d"))
|
||||||
|
|
||||||
|
(otherwise {})))
|
||||||
|
|
||||||
(brain.update elapsed)
|
(brain.update elapsed)
|
||||||
(super.update elapsed))
|
(super.update elapsed))
|
||||||
|
Reference in New Issue
Block a user