Доработка. Godot

This commit is contained in:
sasha80
2024-11-12 09:37:31 +03:00
parent 3c5a8894be
commit da32395efb

View File

@@ -70,15 +70,15 @@ func _enter_tree() -> void:
"
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ox0yw"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_evx06"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_emtms"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_xxyaa"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_cd4fw"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_emtms"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_evx06"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ox0yw"]
[node name="yelement_g" type="PanelContainer"]
editor_description = "Элемент замены из ЗИП"
@@ -141,10 +141,10 @@ vertical_alignment = 1
[node name="button" type="Button" parent="."]
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxEmpty_ox0yw")
theme_override_styles/focus = SubResource("StyleBoxEmpty_evx06")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_emtms")
theme_override_styles/hover = SubResource("StyleBoxEmpty_xxyaa")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_cd4fw")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_emtms")
theme_override_styles/focus = SubResource("StyleBoxEmpty_evx06")
theme_override_styles/normal = SubResource("StyleBoxEmpty_ox0yw")
[connection signal="pressed" from="button" to="." method="_on_button_pressed"]