0debe0d2d3
Co-authored-by: stilobique-i7 <aurelienvlt@free.fr> Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com> Reviewed-on: Athena/game-source#66 Co-authored-by: darknight <vaillant.jeremy@dev-crea.com> Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
92 lines
2.5 KiB
Plaintext
92 lines
2.5 KiB
Plaintext
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://assets/ui/themes/level-btn.png" type="Texture" id=1]
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-Clear-Large.png" type="Texture" id=2]
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-Reset-hover.png" type="Texture" id=3]
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-Reset.png" type="Texture" id=4]
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-Clear-Large-hover.png" type="Texture" id=5]
|
|
[ext_resource path="res://assets/ui/themes/UI-Button-Reset-disabled.png" type="Texture" id=6]
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer"]
|
|
margin_right = 150.0
|
|
margin_bottom = 174.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
margin_right = 200.0
|
|
margin_bottom = 200.0
|
|
texture = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TextureButton" type="TextureButton" parent="TextureRect"]
|
|
margin_left = 25.0
|
|
margin_top = 25.0
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="HBoxContainer" parent="."]
|
|
margin_top = 204.0
|
|
margin_right = 200.0
|
|
margin_bottom = 284.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
alignment = 1
|
|
|
|
[node name="MarginContainer" type="CenterContainer" parent="VBoxContainer"]
|
|
margin_right = 98.0
|
|
margin_bottom = 80.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="ButtonReset" type="TextureButton" parent="VBoxContainer/MarginContainer"]
|
|
margin_left = 9.0
|
|
margin_right = 89.0
|
|
margin_bottom = 80.0
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
size_flags_horizontal = 3
|
|
disabled = true
|
|
texture_normal = ExtResource( 4 )
|
|
texture_hover = ExtResource( 3 )
|
|
texture_disabled = ExtResource( 6 )
|
|
texture_focused = ExtResource( 3 )
|
|
|
|
[node name="MarginContainer2" type="CenterContainer" parent="VBoxContainer"]
|
|
margin_left = 102.0
|
|
margin_right = 200.0
|
|
margin_bottom = 80.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="ButtonCount" type="TextureButton" parent="VBoxContainer/MarginContainer2"]
|
|
margin_left = 9.0
|
|
margin_right = 89.0
|
|
margin_bottom = 80.0
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
size_flags_horizontal = 3
|
|
texture_normal = ExtResource( 2 )
|
|
texture_hover = ExtResource( 5 )
|
|
texture_focused = ExtResource( 5 )
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/MarginContainer2/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
|
|
}
|