From fcc6dc19b495fbf21a803f10f7c4cec41d4f8a49 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 20 Mar 2017 18:20:49 +0100 Subject: Hero.nextFrame -> Hero.goToNextFrame --- not/Hero.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'not/Hero.lua') 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 -- cgit v1.1