From 66076f572c2289d7522f56f864013e9a9d6d8d8d Mon Sep 17 00:00:00 2001 From: Jorge Lopez Seijas Date: Thu, 1 Dec 2016 19:59:55 +0100 Subject: Solved jetpack effect --- src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua') diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua index c87b51b..3b807a6 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/motion.lua @@ -3,8 +3,6 @@ local motionModule = {} function motionModule.motion(dt) if character.bola.jump.higher > 0 and character.bola.actionA == true then jump(dt) - else - character.bola.jump.limitButtonJump = false end if character.bola.actionLeft == true then -- cgit v1.2.3-54-g00ecf