From 6d7760d7807919800a3d3daab119b306cf4ce106 Mon Sep 17 00:00:00 2001 From: MisterE123 Date: Tue, 9 Feb 2021 13:54:21 -0500 Subject: [PATCH] changed in-game physics for 4 jump --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 4fbd9ec..b1f4699 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ -- local value settings local player_speed = 2 -- when in the minigame -local player_jump = 1.3 -- when in the minigame +local player_jump = 4 -- when in the minigame quikbild = {} --global table