summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/postJump.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-29 17:09:22 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-29 17:14:08 -0300
commit85030877d256a81fe092ee1b913f587214dc0447 (patch)
tree573836ce5a33c77927befed376ea2f03303c3bf5 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/postJump.lua
parent65bedc623f667e9b218b5dd5193433d5599fa1ff (diff)
Update Bola jumping meta sprites sheet
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/postJump.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/postJump.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/postJump.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/postJump.lua
index 7b8fb55..25dd237 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/postJump.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/postJump.lua
@@ -1,7 +1,7 @@
return {
+ love.graphics.newQuad(metaSprites.bola.x * 6, metaSprites.bola.y * 2, metaSprites.bola.x, metaSprites.bola.y, metaSprites.bola.image:getDimensions()),
+ love.graphics.newQuad(metaSprites.bola.x * 7, metaSprites.bola.y * 2, metaSprites.bola.x, metaSprites.bola.y, metaSprites.bola.image:getDimensions()),
love.graphics.newQuad(metaSprites.bola.x * 8, metaSprites.bola.y * 2, metaSprites.bola.x, metaSprites.bola.y, metaSprites.bola.image:getDimensions()),
- love.graphics.newQuad(metaSprites.bola.x * 9, metaSprites.bola.y * 2, metaSprites.bola.x, metaSprites.bola.y, metaSprites.bola.image:getDimensions()),
- love.graphics.newQuad(metaSprites.bola.x * 5, metaSprites.bola.y * 3, metaSprites.bola.x, metaSprites.bola.y, metaSprites.bola.image:getDimensions()),
start = 1,
fps = 9,
}