Improved movement interpolation

This commit is contained in:
2024-02-23 20:13:46 +01:00
parent 7926b7a80e
commit fcee55d9a4
10 changed files with 48 additions and 31 deletions

View File

@ -2,7 +2,7 @@ class_name RotationComponent
extends Node
@export var root: Node3D
@export var rotation_speed: float = 20.0
@export var rotation_speed: float = 15.0
var direction: Vector3
var angle: float