ite update
All checks were successful
CI / build (push) Successful in 2m23s

This commit is contained in:
ultrablob 2025-02-05 18:20:26 -05:00
parent 18012d04ec
commit 8cb01d7918
10 changed files with 75 additions and 74 deletions

View file

@ -4,4 +4,4 @@ var target: Node2D
func _process(delta):
if target:
look_at(target.global_position)
look_at(target.global_position + target.linear_velocity)