Необходима доработка с ПРД-К
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user