настройка контроля
This commit is contained in:
@@ -813,6 +813,13 @@ offset_right = 695.0
|
||||
offset_bottom = 235.0
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="Power_array" type="Label" parent="TabContainer/ControlPanel"]
|
||||
layout_mode = 0
|
||||
offset_left = 913.0
|
||||
offset_top = 433.0
|
||||
offset_right = 1447.0
|
||||
offset_bottom = 456.0
|
||||
|
||||
[node name="EMS_G" type="Panel" parent="TabContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
|
||||
@@ -351,6 +351,7 @@ func _on_prd_select() -> void:
|
||||
|
||||
|
||||
func _on_control_button() -> void:
|
||||
$TabContainer/ControlPanel._on_start_super_control()
|
||||
set_tab_and_buttons(1, 'select_control')
|
||||
|
||||
|
||||
|
||||
@@ -217,3 +217,6 @@ func _on_fs_status_1(_name_port, status_fs_1):
|
||||
func _on_fs_status_2(_name_port, status_fs_2):
|
||||
$Kasseta_FS/ref_A2.state = status_fs_2
|
||||
|
||||
|
||||
func _on_start_super_control():
|
||||
$Power_array.text = 'Hello'
|
||||
|
||||
Reference in New Issue
Block a user