rudimentary search function. not working right yet
This commit is contained in:
@@ -20,7 +20,6 @@ func Update(delta):
|
||||
if enemy.character_follow != null:
|
||||
if can_see:
|
||||
if enemy.is_player_visible():
|
||||
print("PLAYER SPOTTED")
|
||||
enemy.cache_player_pos()
|
||||
Transitioned.emit(self,"attack")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user