AI has better detection, committing before a larger rework

This commit is contained in:
derek
2025-04-24 15:22:30 -05:00
parent 53ce4e401f
commit 9be895e89f
19 changed files with 240 additions and 48 deletions

View File

@@ -31,6 +31,7 @@ func Enter():
scan_direction = deg_to_rad(TURRET_TURN_AMT)
func Update(delta: float):
super(delta)
if wander_time > 0:
wander_time -= delta
else: