Рефактор.

This commit is contained in:
sasha80
2023-08-23 11:53:03 +03:00
parent 86032ec3d6
commit 8d64665451
3 changed files with 10 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ signal threat_lost(threats: Dictionary, th: Threat)
signal threat_update(threats: Dictionary, th: Threat)
var threats = {} ## Список целей. Индекс - <источник цели>:<номер цели> Источник цели может быть: 'RPB', 'SIGMA', 'RLKS', 'MP405'
var threats = {} ## Список целей. Индекс - <номер цели>
func _ready() -> void: