various fixes

This commit is contained in:
bee
2026-07-09 08:18:48 +02:00
parent c4f2c0a202
commit e78d11998f
10 changed files with 33 additions and 25 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ func _unhandled_input(event: InputEvent) -> void:
func _process(delta: float) -> void:
if target:
global_position = global_position.lerp(target.global_position, follow_speed * delta)
global_position = global_position.lerp(target.global_position, 1.0 - exp(-follow_speed * delta))