mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
Increased the jump height a bit.
This commit is contained in:
parent
bebf321c7c
commit
8e2a6d96e7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user