summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/crouch.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/crouch.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/crouch.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/crouch.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/crouch.lua
deleted file mode 100644
index 37d98a1..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/crouch.lua
+++ /dev/null
@@ -1,11 +0,0 @@
-return {
- love.graphics.newQuad(
- metaSprites.bola.x * 2,
- metaSprites.bola.y * 2,
- metaSprites.bola.x,
- metaSprites.bola.y / 2,
- metaSprites.bola.image:getDimensions()
- ),
- start = 1,
- fps = 9,
-}