Необходима доработка с ПРД-К

This commit is contained in:
Maxim
2025-07-09 22:30:17 +03:00
parent 3242b70078
commit 19af5eafdd
4 changed files with 82 additions and 37 deletions

View File

@@ -39,6 +39,9 @@ func _on_read_ems_g():
func _on_sync():
if not get_parent().get_parent().get_child(0).get_child(1).get_child(2).is_pressed() or not $load_boadr.is_visible_in_tree():
return
for index in 16:
for row in 16:
var chk_btn = node_select1.get_node2(index+2, row+3).get_child(1, false)