Increased jump height

This commit is contained in:
Paul Black 2023-03-08 22:34:11 -07:00
parent 47faa1c0d7
commit d451c737d8

View file

@ -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")