summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua
index fa9e079..b84ffb5 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua
@@ -1,23 +1,4 @@
return {
x = metaSprites.bola.x / 2,
y = metaSprites.bola.y / 2,
- crouchDown = {
- y = {
- metaSprites.bola.y / 2,
- (metaSprites.bola.y / 2) - (metaSprites.bola.y / 4),
- (metaSprites.bola.y / 2) - (metaSprites.bola.y / 2),
- },
- },
- crouch = {
- y = {
- (metaSprites.bola.y / 2) - (metaSprites.bola.y / 2),
- },
- },
- standUp = {
- y = {
- (metaSprites.bola.y / 2) - (metaSprites.bola.y / 2),
- (metaSprites.bola.y / 2) - (metaSprites.bola.y / 4),
- metaSprites.bola.y / 2,
- },
- },
}