Increased jump height
This commit is contained in:
parent
47faa1c0d7
commit
d451c737d8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ extends CharacterBody3D
|
|||
|
||||
|
||||
var SPEED = 5.0
|
||||
const JUMP_VELOCITY = 4.5
|
||||
const JUMP_VELOCITY = 6
|
||||
|
||||
# Get the gravity from the project settings to be synced with RigidBody nodes.
|
||||
var gravity = ProjectSettings.get_setting("physics/3d/default_gravity")
|
||||
|
|
Loading…
Reference in a new issue