diff options
-rw-r--r-- | animations.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/animations.lua b/animations.lua index 83ac5af..58c4b88 100644 --- a/animations.lua +++ b/animations.lua @@ -38,9 +38,10 @@ local animations = { }, damage = { [1] = love.graphics.newQuad(326, 1, 24,24, 376,26), - [2] = love.graphics.newQuad(326, 1, 24,24, 376,26), - [3] = love.graphics.newQuad(351, 1, 24,24, 376,26), - frames = 3, + [2] = love.graphics.newQuad(351, 1, 24,24, 376,26), + [3] = love.graphics.newQuad(326, 1, 24,24, 376,26), + [4] = love.graphics.newQuad(351, 1, 24,24, 376,26), + frames = 4, repeated = false }, } |