diff options
-rw-r--r-- | not/Hero.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/not/Hero.lua b/not/Hero.lua index 7be3104..c9250e0 100644 --- a/not/Hero.lua +++ b/not/Hero.lua @@ -337,7 +337,7 @@ end -- Change animation of `Hero` -- default, walk, attack, attack_up, attack_down, damage -function Hero:nextFrame () +function Hero:goToNextFrame () local isDown = Controller.isDown local controlset = self:getControlSet() if self.current.repeated or not (self.frame == self.current.frames) then |