2021-05-15 15:46:03 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2021-05-15 14:30:00 +02:00
|
|
|
|
|
|
|
|
[ext_resource path="res://assets/ui/themes/level-btn.png" type="Texture" id=1]
|
2021-05-15 15:46:03 +02:00
|
|
|
[ext_resource path="res://assets/ui/themes/icon-reset.png" type="Texture" id=2]
|
2021-05-15 12:08:43 +02:00
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer"]
|
|
|
|
|
margin_right = 150.0
|
|
|
|
|
margin_bottom = 174.0
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
2021-05-15 15:46:03 +02:00
|
|
|
margin_right = 217.0
|
2021-05-15 14:30:00 +02:00
|
|
|
margin_bottom = 200.0
|
|
|
|
|
texture = ExtResource( 1 )
|
2021-05-15 12:08:43 +02:00
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="TextureButton" type="TextureButton" parent="TextureRect"]
|
2021-05-15 14:30:00 +02:00
|
|
|
margin_left = 25.0
|
|
|
|
|
margin_top = 25.0
|
2021-05-15 12:08:43 +02:00
|
|
|
margin_right = 40.0
|
|
|
|
|
margin_bottom = 40.0
|
|
|
|
|
mouse_default_cursor_shape = 2
|
2021-05-15 14:30:00 +02:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
2021-05-15 12:08:43 +02:00
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="HBoxContainer" parent="."]
|
2021-05-15 14:30:00 +02:00
|
|
|
margin_top = 204.0
|
2021-05-15 15:46:03 +02:00
|
|
|
margin_right = 217.0
|
|
|
|
|
margin_bottom = 332.0
|
2021-05-15 12:08:43 +02:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
custom_constants/separation = 25
|
|
|
|
|
alignment = 1
|
|
|
|
|
|
2021-05-15 15:46:03 +02:00
|
|
|
[node name="ButtonReset" type="TextureButton" parent="VBoxContainer"]
|
|
|
|
|
margin_right = 64.0
|
|
|
|
|
margin_bottom = 128.0
|
2021-05-15 12:08:43 +02:00
|
|
|
mouse_default_cursor_shape = 2
|
|
|
|
|
size_flags_horizontal = 3
|
2021-05-15 15:46:03 +02:00
|
|
|
texture_normal = ExtResource( 2 )
|
2021-05-15 12:08:43 +02:00
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/ButtonReset"]
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 7
|
|
|
|
|
text = "Reset"
|
|
|
|
|
align = 1
|
|
|
|
|
valign = 1
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-15 15:46:03 +02:00
|
|
|
[node name="ButtonCount" type="TextureButton" parent="VBoxContainer"]
|
|
|
|
|
margin_left = 89.0
|
|
|
|
|
margin_right = 217.0
|
|
|
|
|
margin_bottom = 128.0
|
2021-05-15 12:08:43 +02:00
|
|
|
mouse_default_cursor_shape = 2
|
|
|
|
|
size_flags_horizontal = 3
|
2021-05-15 15:46:03 +02:00
|
|
|
texture_normal = ExtResource( 2 )
|
2021-05-15 12:08:43 +02:00
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/ButtonCount"]
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 7
|
|
|
|
|
text = "X / 10"
|
|
|
|
|
align = 1
|
|
|
|
|
valign = 1
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|