Increased the jump height a bit.

This commit is contained in:
Relintai 2021-07-20 22:05:48 +02:00
parent bebf321c7c
commit 8e2a6d96e7

View File

@ -49,7 +49,7 @@ const ACCEL : float = 100.0
const DEACCEL : float = 100.0
#jumping
var jump_height = 7
var jump_height = 7.6
var has_contact : bool = false
var double_jumped : bool = false