increase MOVE_ACCELERATION
This commit is contained in:
parent
c5a7af2869
commit
31e94e6408
@ -2,7 +2,7 @@ class_name Player
|
|||||||
extends CharacterBody3D
|
extends CharacterBody3D
|
||||||
|
|
||||||
const MOVE_SPEED: float = 5
|
const MOVE_SPEED: float = 5
|
||||||
const MOVE_ACCELERATION: float = 25
|
const MOVE_ACCELERATION: float = 50
|
||||||
const MOVE_DECELERATION: float = 25
|
const MOVE_DECELERATION: float = 25
|
||||||
|
|
||||||
const JUMP_FORCE: float = 10
|
const JUMP_FORCE: float = 10
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user