Доработка. WIP Добавление элементов для ЭМС-ТГ

This commit is contained in:
sasha80
2026-03-11 14:43:19 +03:00
parent eabc48b95f
commit b27afc854e
2 changed files with 22 additions and 0 deletions

View File

@@ -22,6 +22,14 @@ func _enter_tree() -> void:
for fn in image_states:
txr_states.append(load(fn))
$done.texture = txr_states[state]
func connect_check(signal_name: StringName, callable: Callable):
$check.connect(signal_name, callable)
func disconnect_check(signal_name: StringName, callable: Callable):
$check.disconnect(signal_name, callable)
"
[node name="six-state" type="GridContainer"]