summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/postJump.lua
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-11 01:08:16 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-11 01:09:17 -0300
commit5d954dbb24fee12215c713aad893361777c8bd59 (patch)
tree5622f244b59ba16150ebaa9ae4ccdabb03a13078 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/postJump.lua
parent1835b872037f3966dfd03320082240412effb42b (diff)
Remove modularizing since it is under testing for now
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/postJump.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/postJump.lua7
1 files changed, 0 insertions, 7 deletions
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
deleted file mode 100644
index 25dd237..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/postJump.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-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,
-}