Доработка рекомендации отображении кнопки запуска контроля

This commit is contained in:
TotMaxim
2025-12-04 19:58:33 +03:00
parent 428831d83f
commit b022e9e418

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=30 format=3 uid="uid://lwmw4egynmd1"]
[gd_scene load_steps=32 format=3 uid="uid://lwmw4egynmd1"]
[ext_resource type="Texture2D" uid="uid://bar8k5qef7kch" path="res://data/УФ.png" id="2_0nvm1"]
[ext_resource type="Script" uid="uid://q3gmpsqspjfp" path="res://scenes/контроль/внешний.gd" id="2_8r80x"]
@@ -256,6 +256,21 @@ shader_parameter/white = Vector3(0.14, 0.13, 0.13)
shader_parameter/black = Vector3(0.95, 0.55, 0.05)
shader_parameter/gamma = 2.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_l5wui"]
bg_color = Color(0.47451, 0.47451, 0.47451, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.890196, 0.486275, 0.196078, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_j3xqy"]
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.890196, 0.486275, 0.196078, 1)
[node name="Контроль" type="Panel"]
anchors_preset = 15
anchor_right = 1.0
@@ -1982,6 +1997,11 @@ offset_top = 64.0
offset_right = 1390.0
offset_bottom = 104.0
focus_mode = 0
theme_override_colors/font_hover_color = Color(1, 1, 1, 1)
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_styles/hover = SubResource("StyleBoxFlat_l5wui")
theme_override_styles/pressed = SubResource("StyleBoxFlat_l5wui")
theme_override_styles/normal = SubResource("StyleBoxFlat_j3xqy")
text = "Запуск контроля"
script = ExtResource("18_lbx5w")
metadata/_edit_lock_ = true