добавка модуляции
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=55 format=3 uid="uid://cvor2jm4xk3ha"]
|
||||
[gd_scene load_steps=57 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"]
|
||||
@@ -18,18 +18,18 @@
|
||||
[ext_resource type="Script" path="res://scripts/modul_fs.gd" id="15_b4pr1"]
|
||||
[ext_resource type="Shader" path="res://Shaders/loadead.gdshader" id="16_4osrw"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_eib3t"]
|
||||
bg_color = Color(0.223529, 0.168627, 0.223529, 1)
|
||||
border_width_bottom = 6
|
||||
border_color = Color(0.228592, 0.173062, 0.22863, 1)
|
||||
border_blend = true
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o0too"]
|
||||
bg_color = Color(0.223529, 0.168627, 0.223529, 1)
|
||||
border_width_bottom = 6
|
||||
border_color = Color(0.339047, 0.26316, 0.339004, 1)
|
||||
border_blend = true
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_eib3t"]
|
||||
bg_color = Color(0.223529, 0.168627, 0.223529, 1)
|
||||
border_width_bottom = 6
|
||||
border_color = Color(0.228592, 0.173062, 0.22863, 1)
|
||||
border_blend = true
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_gooip"]
|
||||
bg_color = Color(0.143, 0.103, 0.143, 0.799)
|
||||
|
||||
@@ -58,8 +58,6 @@ bg_color = Color(0.141176, 0.101961, 0.141176, 0.8)
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_ls6vm"]
|
||||
|
||||
[sub_resource type="Theme" id="Theme_k5ur4"]
|
||||
Button/styles/focus = SubResource("StyleBoxFlat_eib3t")
|
||||
Button/styles/hover = SubResource("StyleBoxFlat_o0too")
|
||||
Button/styles/normal = SubResource("StyleBoxFlat_o0too")
|
||||
Button/styles/pressed = SubResource("StyleBoxFlat_eib3t")
|
||||
CheckButton/icons/checked = ExtResource("2_dv7xx")
|
||||
@@ -132,6 +130,11 @@ shader_parameter/color_signal = Color(0.588242, 0.466356, 0, 1)
|
||||
shader_parameter/turn = 0.785
|
||||
shader_parameter/inner_radius = 0.32
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_45v75"]
|
||||
bg_color = Color(0.6, 0.858824, 0.6, 1)
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6s7bq"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_tn8m6"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_ooo4i"]
|
||||
@@ -457,6 +460,25 @@ offset_bottom = 11.0
|
||||
script = ExtResource("2_vmbyo")
|
||||
node_gap = Vector2(100, 50)
|
||||
|
||||
[node name="FS_mod" type="Button" parent="TabContainer/PRD"]
|
||||
layout_mode = 2
|
||||
offset_left = 233.0
|
||||
offset_top = 240.0
|
||||
offset_right = 334.0
|
||||
offset_bottom = 273.0
|
||||
theme_override_styles/pressed = SubResource("StyleBoxFlat_45v75")
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_6s7bq")
|
||||
text = "MSK"
|
||||
|
||||
[node name="FS_mod_const" type="Button" parent="TabContainer/PRD"]
|
||||
offset_left = 120.0
|
||||
offset_top = 241.0
|
||||
offset_right = 221.0
|
||||
offset_bottom = 274.0
|
||||
theme_override_styles/pressed = SubResource("StyleBoxFlat_45v75")
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_6s7bq")
|
||||
text = "Const"
|
||||
|
||||
[node name="ControlPanel" type="Panel" parent="TabContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
@@ -1030,6 +1052,8 @@ text = "Сохранить все настройки"
|
||||
[connection signal="pressed" from="Background/side_panel/save_config" to="." method="_on_save_config"]
|
||||
[connection signal="pressed" from="Background/side_panel/load_config" to="." method="_on_load_config"]
|
||||
[connection signal="pressed" from="read_isa" to="." method="_on_read_isa_pressed"]
|
||||
[connection signal="pressed" from="TabContainer/PRD/FS_mod" to="." method="_on_fs_mod_pressed"]
|
||||
[connection signal="pressed" from="TabContainer/PRD/FS_mod_const" to="." method="_on_fs_mod_const"]
|
||||
[connection signal="pressed" from="TabContainer/Modul_fs/set_space/set_ferq" to="TabContainer/Modul_fs" method="_on_set_ferq"]
|
||||
[connection signal="pressed" from="TabContainer/Modul_fs/set_space/set_att2" to="TabContainer/Modul_fs" method="_on_set_att"]
|
||||
[connection signal="pressed" from="TabContainer/Modul_fs/manage_panel/con" to="TabContainer/Modul_fs" method="_on_start"]
|
||||
|
||||
Reference in New Issue
Block a user