add aiming with controller

This commit is contained in:
2025-02-18 00:07:28 +10:00
parent 25f334ba26
commit 86e59dce55
3 changed files with 62 additions and 6 deletions

View File

@@ -31,3 +31,5 @@ func _follow() -> void:
global_position = (
follow_position + Vector3.UP * height_offset + transform.basis.z * distance
)
Debugger.circle("follow_position", follow_position)