added vertical indicators to minimap

This commit is contained in:
derek
2025-05-09 10:50:14 -05:00
parent 93773aa4e2
commit b7ba727db5
7 changed files with 40 additions and 10 deletions

View File

@@ -48,7 +48,6 @@ func update_timer(label):
SignalBus.emit_signal("ui_timer_update",label,rounded_timer)
func check_killed_target(enemy):
print("ENEMY KILLED : ",enemy)
if enemy == target_enemy:
timer = time_to_kill
target_enemy = null