summaryrefslogtreecommitdiffhomepage
path: root/animations.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-05-13 21:58:37 +0200
committerAki <nthirtyone@gmail.com>2016-05-13 21:58:37 +0200
commit14d7e5e8d94059c377214b578253e75157db3cd7 (patch)
treee503b990673386c03667c5c98c6f29c694e1e34d /animations.lua
parent8d51222d41a348867706ceaec80d36e017a8d7ab (diff)
downloadroflnauts-14d7e5e8d94059c377214b578253e75157db3cd7.zip
roflnauts-14d7e5e8d94059c377214b578253e75157db3cd7.tar.gz
roflnauts-14d7e5e8d94059c377214b578253e75157db3cd7.tar.bz2
New damage anim
Diffstat (limited to 'animations.lua')
-rw-r--r--animations.lua7
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
},
}