55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/ui/themes/button-summary.jpg" type="Texture" id=1]
|
|
[ext_resource path="res://assets/ui/themes/button-summary-hover.jpg" type="Texture" id=2]
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer"]
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = -188.0
|
|
size_flags_horizontal = 11
|
|
size_flags_vertical = 11
|
|
custom_constants/separation = 20
|
|
alignment = 2
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ButtonQuit" type="TextureButton" parent="."]
|
|
margin_top = 154.0
|
|
margin_right = 1440.0
|
|
margin_bottom = 154.0
|
|
size_flags_vertical = 10
|
|
texture_normal = ExtResource( 1 )
|
|
texture_hover = ExtResource( 2 )
|
|
expand = true
|
|
__meta__ = {
|
|
"_editor_description_": ""
|
|
}
|
|
|
|
[node name="Label" type="Label" parent="ButtonQuit"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -23.0
|
|
margin_top = -7.0
|
|
margin_right = 23.0
|
|
margin_bottom = 7.0
|
|
size_flags_horizontal = 7
|
|
size_flags_vertical = 3
|
|
text = "Quitter"
|
|
align = 1
|
|
valign = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="LabelVersion" type="Label" parent="."]
|
|
margin_top = 174.0
|
|
margin_right = 1440.0
|
|
margin_bottom = 188.0
|
|
text = "v XX.XX"
|
|
align = 2
|