WIP: Some updates

This commit is contained in:
Nikolai Rodionov 2025-02-09 20:18:42 +01:00
parent ccc43e9c4b
commit ad7c3ea5f9
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B

View File

@ -4,8 +4,8 @@ class_name CharacterWrapper
@export var die_script: GDScript = null
@export var owner_placeholder: CharacterBody3D = null
@export var interpolation_speed: float = 10.0 # How quickly the model corrects position
@export var velocity_influence: float = 1.0 # How much velocity is used for smoothing
@export var interpolation_speed: float = 20.0 # How quickly the model corrects position
@export var velocity_influence: float = 2.0 # How much velocity is used for smoothing
# Called when the node enters the scene tree for the first time.
func _ready() -> void: