summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/jump.lua
diff options
context:
space:
mode:
authorJorge Lopez Seijas <jorginho@riseup.net>2016-11-28 22:05:43 +0100
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-29 17:39:24 -0300
commit68f3de7fbdc2e4119d8546279769004ecda39da0 (patch)
tree17e0099b29a3d250a3a9274585200863ca9b89f8 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/jump.lua
parentb109b2bffc5e5497b248c9f43e7da93f9e1ea785 (diff)
Change finishJump to limitButtonJump variable
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/jump.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/jump.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/jump.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/jump.lua
index fe6646b..d7d81b7 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/jump.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/jump.lua
@@ -7,5 +7,5 @@ return {
ground = windowProfile.mode.height / 2,
higher = 0.15,
higherMax = 0.15,
- finishJump = false,
+ limitButtonJump = false,
}