Рефакторинг

This commit is contained in:
sasha80
2023-08-10 13:10:55 +03:00
parent 4969d38489
commit 42b6fe466b

View File

@@ -89,6 +89,7 @@ func on_threat_new(threats: Dictionary, th: Object):
map_threat_to_bip(th, bip)
add_child(bip)
## Обработчик сигнала потери цели
func on_threat_lost(threats: Dictionary, th: Object):
var bip = get_node('%d' % th.id)