more tweaks to ai
This commit is contained in:
@@ -32,6 +32,9 @@ func Enter():
|
||||
|
||||
func Update(delta: float):
|
||||
super(delta)
|
||||
|
||||
attack_on_sight()
|
||||
|
||||
if wander_time > 0:
|
||||
wander_time -= delta
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user