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

@ -22,7 +22,7 @@ var look_enabled: bool
@export_group("Zoom")
@export var zoom_speed := 0.5
@export var zoom_interpolation := 10.0
@export var zoom_interpolation := 7.5
@export var zoom_min := 2.5
@export var zoom_max := 8.0
var distance: float