Tune up jump to reach platforms

Increase jump power so you can jump to all platforms with enemies.
pull/9/head
David Briscoe 2023-10-14 23:53:43 +07:00
parent cb5d697704
commit 28fc66d961
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@ extends CharacterBody3D
@export_subgroup("Properties")
@export var movement_speed = 5
@export var jump_strength = 7
@export var jump_strength = 8
@export var max_look_speed := Vector2.ONE * 5.0 # in radians per second
@export_subgroup("Weapons")