Proper death

This commit is contained in:
Rendo 2025-12-12 01:55:10 +05:00
commit d918533ebe
4 changed files with 20 additions and 4 deletions

View file

@ -17,6 +17,7 @@ var debuff_tween: Tween
func disable() -> void:
disabled = true
player.velocity = Vector3.ZERO
func process_movement(max_speed: float,acceleration: float,deceleration: float,delta: float) -> void:
if is_multiplayer_authority() == false: