This commit is contained in:
parent
18012d04ec
commit
8cb01d7918
10 changed files with 75 additions and 74 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue