Рефактор. Большое перемещение файлов (продолжено)

This commit is contained in:
sasha80
2023-12-26 10:38:25 +03:00
parent 9cf3e88d3b
commit d2507019d7
7 changed files with 15 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ extends ScrollContainer
## Отображает список параметров помехи в таблице.
const CellLineEdit = preload('res://table/ячейка-2.tscn') ## Ячейка таблицы.
const CellLineEdit = preload('res://table/ячейка-2.tscn') ## Ячейка таблицы.
const TableHeader = preload('res://table/header.tscn') ## Ячейка заголовок таблицы.
const TABLE_HEADER = [ TableHeader, TableHeader ] ## Описание ряда заголовка.
@@ -86,11 +86,6 @@ func on_ecm_update():
$table.set_node_editable(1, p[0], p[2])
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func on_rto_threat_unsel(_th_id):
for item in range(len(TABLE_PARAMS)):
$table.set_node_text(1, item, '')