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.lua4
1 files changed, 2 insertions, 2 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 edfa741..fa9e079 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
@@ -3,7 +3,7 @@ return {
y = metaSprites.bola.y / 2,
crouchDown = {
y = {
- metaSprites.bola.x / 2,
+ metaSprites.bola.y / 2,
(metaSprites.bola.y / 2) - (metaSprites.bola.y / 4),
(metaSprites.bola.y / 2) - (metaSprites.bola.y / 2),
},
@@ -17,7 +17,7 @@ return {
y = {
(metaSprites.bola.y / 2) - (metaSprites.bola.y / 2),
(metaSprites.bola.y / 2) - (metaSprites.bola.y / 4),
- metaSprites.bola.x / 2,
+ metaSprites.bola.y / 2,
},
},
}