more tweaks to ai

This commit is contained in:
derek
2025-04-28 16:57:22 -05:00
parent 80cf7ec2c5
commit ccb4781460
4 changed files with 18 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ func Enter():
func Update(delta: float):
super(delta)
attack_on_sight()
if wander_time > 0:
wander_time -= delta
else: