From 14d7e5e8d94059c377214b578253e75157db3cd7 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 13 May 2016 21:58:37 +0200 Subject: New damage anim --- animations.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'animations.lua') 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 }, } -- cgit v1.1