Доработка. Добавлена возможность включать помеху по сектору.

This commit is contained in:
MaD_CaT
2024-02-16 13:54:23 +03:00
parent 54e5f1bf37
commit 123abce741
11 changed files with 228 additions and 155 deletions

View File

@@ -70,7 +70,7 @@ func on_interfer_selected(ecm):
func on_ecm_update():
for item in range(len(TABLE_PARAMS)):
for item in len(TABLE_PARAMS):
$table.set_node_text(1, item, '')
$table.set_node_editable(1, item, false)
if $table.has_meta('ecm') == false: return