fix new FlxDirectionFlags error

This commit is contained in:
2021-09-16 20:54:37 -06:00
parent 42b0db43e9
commit cfaa498d0e

View File

@@ -49,7 +49,9 @@
(animation.play "u"))
(FlxObject.DOWN
(animation.play "d"))))
(animation.play "d"))
(otherwise {})))
(brain.update elapsed)
(super.update elapsed))