доработка индикации
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=77 format=3 uid="uid://cvor2jm4xk3ha"]
|
||||
[gd_scene load_steps=76 format=3 uid="uid://cvor2jm4xk3ha"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/PRD.gd" id="1_v273n"]
|
||||
[ext_resource type="Texture2D" uid="uid://cdxdluvyb5uei" path="res://table/on.png" id="2_dv7xx"]
|
||||
@@ -133,7 +133,7 @@ size = Vector2(1600, 1200)
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_dgiai"]
|
||||
shader = ExtResource("4_uy5o2")
|
||||
shader_parameter/color_signal = Color(0.588235, 0.466667, 0, 1)
|
||||
shader_parameter/color_signal = Color(1, 1, 0, 1)
|
||||
shader_parameter/turn = 0.785
|
||||
shader_parameter/inner_radius = 0.32
|
||||
shader_parameter/speed = 0.0
|
||||
@@ -244,9 +244,6 @@ shader_parameter/color4 = Color(0, 0, 0, 0)
|
||||
shader_parameter/opacity = 0.218
|
||||
shader_parameter/turn = 0.785
|
||||
|
||||
[sub_resource type="Theme" id="Theme_yblys"]
|
||||
CheckBox/font_sizes/font_size = 14
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ei3d4"]
|
||||
bg_color = Color(0.362983, 0.685867, 0.396516, 1)
|
||||
corner_radius_top_left = 5
|
||||
@@ -469,9 +466,9 @@ stretch_mode = 0
|
||||
|
||||
[node name="notice" type="GridContainer" parent="Background"]
|
||||
layout_mode = 0
|
||||
offset_left = 1098.0
|
||||
offset_left = 986.0
|
||||
offset_top = 937.0
|
||||
offset_right = 1832.0
|
||||
offset_right = 1720.0
|
||||
offset_bottom = 1000.0
|
||||
columns = 3
|
||||
|
||||
@@ -711,6 +708,14 @@ theme_override_styles/normal = SubResource("StyleBoxFlat_eleyh")
|
||||
text = "Подключение"
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="status_yau" type="Label" parent="TabContainer/PRD"]
|
||||
layout_mode = 0
|
||||
offset_left = 56.0
|
||||
offset_top = 91.0
|
||||
offset_right = 111.0
|
||||
offset_bottom = 114.0
|
||||
text = "ЯУ-07Б"
|
||||
|
||||
[node name="ControlPanel" type="Panel" parent="TabContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
@@ -1351,15 +1356,6 @@ offset_right = 1102.0
|
||||
offset_bottom = 226.0
|
||||
text = "Темп"
|
||||
|
||||
[node name="save_other" type="CheckBox" parent="."]
|
||||
visible = false
|
||||
offset_left = 2.0
|
||||
offset_top = 799.0
|
||||
offset_right = 215.0
|
||||
offset_bottom = 827.0
|
||||
theme = SubResource("Theme_yblys")
|
||||
text = "Сохранить все настройки"
|
||||
|
||||
[node name="load_status_yau" type="ProgressBar" parent="."]
|
||||
offset_left = 490.0
|
||||
offset_top = 19.0
|
||||
@@ -1377,14 +1373,14 @@ metadata/_edit_lock_ = true
|
||||
[connection signal="pressed" from="Background/switch_panel/select_ems_g" to="." method="_on_emsg_select"]
|
||||
[connection signal="pressed" from="Background/switch_panel/select_fs" to="." method="_on_mfs_select"]
|
||||
[connection signal="pressed" from="Background/switch_panel/save_config" to="." method="_on_save_config"]
|
||||
[connection signal="pressed" from="Background/switch_panel/load_config" to="." method="_load_selected_file"]
|
||||
[connection signal="pressed" from="Background/switch_panel/load_config" to="." method="_on_load_config"]
|
||||
[connection signal="toggled" from="Background/switch_panel/burgerButton" to="." method="_on_burger_button"]
|
||||
[connection signal="pressed" from="Background/switch_panel/texture_prd" to="." method="_on_prd_select"]
|
||||
[connection signal="pressed" from="Background/switch_panel/texture_control" to="." method="_on_control_button"]
|
||||
[connection signal="pressed" from="Background/switch_panel/texture_ems_g" to="." method="_on_emsg_select"]
|
||||
[connection signal="pressed" from="Background/switch_panel/texture_fs" to="." method="_on_mfs_select"]
|
||||
[connection signal="pressed" from="Background/switch_panel/texture_save_config" to="." method="_on_save_config"]
|
||||
[connection signal="pressed" from="Background/switch_panel/texture_load_config" to="." method="_load_selected_file"]
|
||||
[connection signal="pressed" from="Background/switch_panel/texture_load_config" to="." method="_on_load_config"]
|
||||
[connection signal="pressed" from="TabContainer/PRD/Connect_prd" to="." method="_on_connect_prd_pressed"]
|
||||
[connection signal="pressed" from="TabContainer/Modul_fs/manage_panel/con" to="TabContainer/Modul_fs" method="_on_start"]
|
||||
[connection signal="text_submitted" from="TabContainer/Modul_fs/manage_panel/addres_fs" to="TabContainer/Modul_fs" method="_on_addres_fs"]
|
||||
|
||||
Reference in New Issue
Block a user