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-12-01 22:53:44 +0100
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-01 19:53:38 -0300
commit80875485a285be0f44727adfc55999c8989dec04 (patch)
tree96d6c501b0f460ada524a12904dfd7290a9c4660 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/jump.lua
parent66076f572c2289d7522f56f864013e9a9d6d8d8d (diff)
Add variable isJumping in jump.lua and limit up and down movement when jump
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.lua1
1 files changed, 1 insertions, 0 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 d7d81b7..b69224e 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
@@ -8,4 +8,5 @@ return {
higher = 0.15,
higherMax = 0.15,
limitButtonJump = false,
+ isJumping = false,
}