moar waves
This commit is contained in:
parent
8344c034e4
commit
10655aed3a
18 changed files with 229 additions and 13 deletions
7
Turret.gd
Normal file
7
Turret.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends Node2D
|
||||
|
||||
var target: Node2D
|
||||
|
||||
func _process(delta):
|
||||
if target:
|
||||
look_at(target.global_position)
|
Loading…
Add table
Add a link
Reference in a new issue