Files
puzzle-quest/scenes/UI/summary/Summary.tscn
T

179 lines
6.1 KiB
Plaintext
Raw Normal View History

[gd_scene format=3 uid="uid://bjrsudbbriijh"]
[ext_resource type="Texture2D" uid="uid://b6d68t2cpf8hs" path="res://assets/ui/themes/button-summary-hover.jpg" id="1"]
[ext_resource type="Texture2D" uid="uid://bhow02gjk6svj" path="res://assets/ui/themes/button-summary.jpg" id="2"]
[ext_resource type="FontVariation" uid="uid://inv1rofq17xy" path="res://assets/fonts/kirsty/kirsty_base.tres" id="3"]
[ext_resource type="FontVariation" uid="uid://bqx3uv23bwjul" path="res://assets/fonts/kirsty/kirsty_title.tres" id="4"]
[ext_resource type="Texture2D" uid="uid://bydkxwkmepqg3" path="res://assets/ui/icones/treasure.png" id="5"]
[ext_resource type="Texture2D" uid="uid://cr77dbagn5xvr" path="res://assets/ui/icones/treasure-hover.png" id="7"]
[ext_resource type="Texture2D" uid="uid://dp0r6com08d1g" path="res://assets/ui/themes/bck-vert-grd.png" id="8"]
[node name="Summary" type="HBoxContainer" unique_id=1162717370]
anchors_preset = 9
2021-05-14 19:07:26 +02:00
anchor_bottom = 1.0
offset_right = 236.0
theme_override_constants/separation = 0
2021-05-14 19:07:26 +02:00
[node name="PanelWood" type="Panel" parent="." unique_id=1864179308]
custom_minimum_size = Vector2(350, 0)
layout_mode = 2
2021-05-14 19:07:26 +02:00
size_flags_vertical = 3
[node name="VBoxContainer" type="VBoxContainer" parent="PanelWood" unique_id=1602451066]
clip_contents = true
layout_mode = 0
2021-05-14 19:07:26 +02:00
anchor_right = 1.0
anchor_bottom = 1.0
2021-05-14 21:22:32 +02:00
size_flags_horizontal = 8
size_flags_vertical = 11
theme_override_constants/separation = 30
2021-05-14 19:07:26 +02:00
[node name="CenterContainer" type="CenterContainer" parent="PanelWood/VBoxContainer" unique_id=279647120]
layout_mode = 2
2021-05-14 19:07:26 +02:00
size_flags_horizontal = 3
2021-05-14 21:22:32 +02:00
size_flags_vertical = 3
2021-05-14 19:07:26 +02:00
[node name="TextureRect" type="TextureButton" parent="PanelWood/VBoxContainer/CenterContainer" unique_id=996591666]
layout_mode = 2
2021-05-14 21:22:32 +02:00
size_flags_horizontal = 4
size_flags_vertical = 4
mouse_default_cursor_shape = 2
texture_normal = ExtResource("5")
texture_hover = ExtResource("7")
texture_focused = ExtResource("7")
2021-05-14 21:22:32 +02:00
stretch_mode = 3
2021-05-14 19:07:26 +02:00
[node name="ButtonPuzzle" type="TextureButton" parent="PanelWood/VBoxContainer" unique_id=56901804]
layout_mode = 2
2021-05-14 21:22:32 +02:00
size_flags_horizontal = 0
size_flags_vertical = 0
mouse_default_cursor_shape = 2
texture_normal = ExtResource("2")
texture_hover = ExtResource("1")
texture_focused = ExtResource("1")
2021-05-14 21:22:32 +02:00
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonPuzzle" unique_id=1120215443]
layout_mode = 1
anchors_preset = 15
2021-05-14 21:22:32 +02:00
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/font = ExtResource("4")
theme_override_font_sizes/font_size = 46
2021-06-03 22:18:50 +02:00
text = "Puzzles"
horizontal_alignment = 1
vertical_alignment = 1
2021-05-14 19:07:26 +02:00
[node name="ButtonSetting" type="TextureButton" parent="PanelWood/VBoxContainer" unique_id=2122755671]
layout_mode = 2
2021-05-14 21:22:32 +02:00
size_flags_horizontal = 0
size_flags_vertical = 0
mouse_default_cursor_shape = 2
texture_normal = ExtResource("2")
texture_hover = ExtResource("1")
texture_focused = ExtResource("1")
2021-05-14 21:22:32 +02:00
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonSetting" unique_id=628254543]
layout_mode = 1
anchors_preset = 15
2021-05-14 21:22:32 +02:00
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
2021-05-14 21:22:32 +02:00
size_flags_horizontal = 7
size_flags_vertical = 3
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("4")
theme_override_font_sizes/font_size = 46
2021-06-03 22:18:50 +02:00
text = "Paramètres"
horizontal_alignment = 1
vertical_alignment = 1
[node name="ButtonCredits" type="TextureButton" parent="PanelWood/VBoxContainer" unique_id=679378055]
layout_mode = 2
2021-06-03 22:18:50 +02:00
size_flags_horizontal = 0
size_flags_vertical = 0
mouse_default_cursor_shape = 2
texture_normal = ExtResource("2")
texture_hover = ExtResource("1")
texture_focused = ExtResource("1")
2021-06-03 22:18:50 +02:00
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonCredits" unique_id=226913021]
layout_mode = 1
anchors_preset = 15
2021-06-03 22:18:50 +02:00
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
2021-06-03 22:18:50 +02:00
size_flags_horizontal = 7
size_flags_vertical = 3
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("4")
theme_override_font_sizes/font_size = 46
2021-06-03 22:18:50 +02:00
text = "Crédits"
horizontal_alignment = 1
vertical_alignment = 1
[node name="MarginContainer" type="MarginContainer" parent="PanelWood/VBoxContainer" unique_id=1157747201]
layout_mode = 2
2021-05-14 19:07:26 +02:00
size_flags_vertical = 3
[node name="ButtonQuit" type="TextureButton" parent="PanelWood/VBoxContainer" unique_id=487898453]
layout_mode = 2
2021-05-14 21:22:32 +02:00
size_flags_horizontal = 0
size_flags_vertical = 0
mouse_default_cursor_shape = 2
texture_normal = ExtResource("2")
texture_hover = ExtResource("1")
2021-05-14 19:07:26 +02:00
[node name="Label" type="Label" parent="PanelWood/VBoxContainer/ButtonQuit" unique_id=1896709909]
layout_mode = 1
anchors_preset = 15
2021-05-14 21:22:32 +02:00
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
2021-05-14 21:22:32 +02:00
size_flags_horizontal = 7
size_flags_vertical = 3
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("4")
theme_override_font_sizes/font_size = 46
text = "Quit"
horizontal_alignment = 1
vertical_alignment = 1
[node name="ContainerVersion" type="HBoxContainer" parent="PanelWood/VBoxContainer" unique_id=2120265353]
layout_mode = 2
[node name="MarginLeft" type="MarginContainer" parent="PanelWood/VBoxContainer/ContainerVersion" unique_id=1727590743]
layout_mode = 2
2021-06-03 22:18:50 +02:00
size_flags_horizontal = 3
[node name="LabelVersion" type="Label" parent="PanelWood/VBoxContainer/ContainerVersion" unique_id=612070584]
layout_mode = 2
2021-05-14 21:22:32 +02:00
size_flags_vertical = 0
theme_override_colors/font_color = Color(0.741176, 0.478431, 0.372549, 1)
theme_override_fonts/font = ExtResource("3")
2021-06-03 22:18:50 +02:00
text = "v 0.0.0"
horizontal_alignment = 2
2021-05-14 21:22:32 +02:00
[node name="MarginRight" type="MarginContainer" parent="PanelWood/VBoxContainer/ContainerVersion" unique_id=265761369]
layout_mode = 2
2021-06-03 22:18:50 +02:00
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.04
[node name="MarginContainerBottom" type="MarginContainer" parent="PanelWood/VBoxContainer" unique_id=62036307]
layout_mode = 2
2021-05-14 21:22:32 +02:00
size_flags_stretch_ratio = 0.2
2021-05-14 19:07:26 +02:00
[node name="TextureRect" type="TextureRect" parent="." unique_id=900425396]
clip_contents = true
layout_mode = 2
2021-05-14 19:07:26 +02:00
size_flags_horizontal = 11
size_flags_vertical = 3
texture = ExtResource("8")
stretch_mode = 1
2021-05-23 21:48:01 +02:00
[node name="ClickButton" type="AudioStreamPlayer" parent="." unique_id=1653606507]