add aiming with controller
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user