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