From 245029aab7bee00eba5fab3bcbc6c7ea77bc2f06 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 3 Dec 2016 19:43:19 -0300 Subject: Keep the code more KISS - part 4 --- .../scripts/load/character/bola/postJump.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/postJump.lua (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/postJump.lua') diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/postJump.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/postJump.lua new file mode 100644 index 0000000..25dd237 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/postJump.lua @@ -0,0 +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()), + start = 1, + fps = 9, +} -- cgit v1.2.3-54-g00ecf