Рефакторинг. Аннотации GDScript
This commit is contained in:
@@ -55,7 +55,6 @@ func _ready() -> void:
|
||||
|
||||
## Периодически проверяет приборы на связи
|
||||
func on_timer_check_lost(unit, time_lost: int):
|
||||
""" Периодически проверяет приборы на связи """
|
||||
for th in threats.values():
|
||||
if (unit.tick - th.atick) >= time_lost:
|
||||
threats.erase(th.id)
|
||||
|
||||
Reference in New Issue
Block a user