increase MOVE_ACCELERATION

This commit is contained in:
Teatov 2025-02-13 18:40:17 +10:00
parent c5a7af2869
commit 31e94e6408

View File

@ -2,7 +2,7 @@ class_name Player
extends CharacterBody3D
const MOVE_SPEED: float = 5
const MOVE_ACCELERATION: float = 25
const MOVE_ACCELERATION: float = 50
const MOVE_DECELERATION: float = 25
const JUMP_FORCE: float = 10