starting work on enemy hearing
This commit is contained in:
@@ -34,6 +34,7 @@ func Update(delta: float):
|
||||
super(delta)
|
||||
|
||||
attack_on_sight()
|
||||
search_for_suspicious_sounds()
|
||||
|
||||
if wander_time > 0:
|
||||
wander_time -= delta
|
||||
|
||||
Reference in New Issue
Block a user