moar waves

This commit is contained in:
ultrablob 2024-05-07 21:32:08 -04:00
parent 8344c034e4
commit 10655aed3a
18 changed files with 229 additions and 13 deletions

7
Turret.gd Normal file
View file

@ -0,0 +1,7 @@
extends Node2D
var target: Node2D
func _process(delta):
if target:
look_at(target.global_position)