2021-06-03 22:18:50 +02:00
|
|
|
[gd_scene load_steps=7 format=2]
|
2021-05-08 12:49:27 +02:00
|
|
|
|
2021-06-03 22:53:49 +02:00
|
|
|
[ext_resource path="res://scenes/Main.gd" type="Script" id=1]
|
2021-05-14 22:27:40 +02:00
|
|
|
[ext_resource path="res://scenes/UI/title/UI_title.tscn" type="PackedScene" id=2]
|
2021-05-15 00:35:15 +02:00
|
|
|
[ext_resource path="res://scenes/UI/choose_scenes/ChooseScene.tscn" type="PackedScene" id=3]
|
|
|
|
|
[ext_resource path="res://scenes/UI/settings/Settings.tscn" type="PackedScene" id=4]
|
2021-06-03 22:18:50 +02:00
|
|
|
[ext_resource path="res://scenes/UI/Background.tscn" type="PackedScene" id=5]
|
2021-05-14 22:27:40 +02:00
|
|
|
[ext_resource path="res://scenes/UI/UI_summary.tscn" type="PackedScene" id=8]
|
2021-05-08 13:16:13 +02:00
|
|
|
|
2021-05-14 19:07:26 +02:00
|
|
|
[node name="Main" type="Control"]
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
|
script = ExtResource( 1 )
|
2021-05-08 15:12:37 +02:00
|
|
|
__meta__ = {
|
2021-06-03 22:18:50 +02:00
|
|
|
"_edit_lock_": true,
|
2021-05-08 15:12:37 +02:00
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-03 22:18:50 +02:00
|
|
|
[node name="BackgroundPicture" parent="." instance=ExtResource( 5 )]
|
2021-05-14 19:07:26 +02:00
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
2021-05-08 15:54:58 +02:00
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
2021-05-08 13:16:13 +02:00
|
|
|
|
2021-05-14 22:27:40 +02:00
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
2021-05-23 21:21:10 +02:00
|
|
|
margin_right = 1280.0
|
|
|
|
|
margin_bottom = 720.0
|
2021-05-14 22:27:40 +02:00
|
|
|
|
|
|
|
|
[node name="UI_summary" parent="MarginContainer/HBoxContainer" instance=ExtResource( 8 )]
|
2021-05-14 19:07:26 +02:00
|
|
|
anchor_bottom = 0.0
|
|
|
|
|
margin_right = 446.0
|
2021-05-23 21:21:10 +02:00
|
|
|
margin_bottom = 720.0
|
2021-05-14 19:07:26 +02:00
|
|
|
size_flags_horizontal = 0
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
2021-06-03 22:18:50 +02:00
|
|
|
[node name="TextureRect" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer/CenterContainer" index="0"]
|
|
|
|
|
focus_mode = 0
|
|
|
|
|
|
|
|
|
|
[node name="ButtonPuzzle" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="1"]
|
|
|
|
|
focus_mode = 0
|
|
|
|
|
|
|
|
|
|
[node name="ButtonSetting" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="2"]
|
|
|
|
|
focus_mode = 0
|
|
|
|
|
|
|
|
|
|
[node name="ButtonQuit" parent="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer" index="5"]
|
|
|
|
|
focus_mode = 0
|
|
|
|
|
|
2021-05-15 00:35:15 +02:00
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/HBoxContainer"]
|
2021-05-14 22:27:40 +02:00
|
|
|
margin_left = 450.0
|
2021-05-23 21:21:10 +02:00
|
|
|
margin_right = 1280.0
|
|
|
|
|
margin_bottom = 720.0
|
2021-05-14 22:27:40 +02:00
|
|
|
size_flags_horizontal = 7
|
2021-05-14 19:07:26 +02:00
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
2021-05-15 00:35:15 +02:00
|
|
|
[node name="Title" parent="MarginContainer/HBoxContainer/MarginContainer" instance=ExtResource( 2 )]
|
2021-05-14 22:27:40 +02:00
|
|
|
anchor_right = 0.0
|
|
|
|
|
anchor_bottom = 0.0
|
2021-05-23 21:21:10 +02:00
|
|
|
margin_right = 830.0
|
|
|
|
|
margin_bottom = 720.0
|
2021-05-14 19:07:26 +02:00
|
|
|
|
2021-05-15 00:35:15 +02:00
|
|
|
[node name="Settings" parent="MarginContainer/HBoxContainer/MarginContainer" instance=ExtResource( 4 )]
|
|
|
|
|
visible = false
|
|
|
|
|
anchor_right = 0.0
|
|
|
|
|
anchor_bottom = 0.0
|
2021-05-23 21:21:10 +02:00
|
|
|
margin_left = 0.0
|
|
|
|
|
margin_right = 830.0
|
|
|
|
|
margin_bottom = 720.0
|
2021-05-15 00:35:15 +02:00
|
|
|
|
|
|
|
|
[node name="ChooseScene" parent="MarginContainer/HBoxContainer/MarginContainer" instance=ExtResource( 3 )]
|
|
|
|
|
visible = false
|
|
|
|
|
anchor_right = 0.0
|
|
|
|
|
anchor_bottom = 0.0
|
2021-05-15 12:08:24 +02:00
|
|
|
margin_left = 0.0
|
|
|
|
|
margin_top = 0.0
|
2021-05-23 21:21:10 +02:00
|
|
|
margin_right = 830.0
|
|
|
|
|
margin_bottom = 720.0
|
2021-05-15 00:35:15 +02:00
|
|
|
|
|
|
|
|
[connection signal="pressed" from="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer/CenterContainer/TextureRect" to="." method="_on_TextureRect_pressed"]
|
2021-05-14 22:27:40 +02:00
|
|
|
[connection signal="pressed" from="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer/ButtonPuzzle" to="." method="_on_ButtonPuzzle_pressed"]
|
|
|
|
|
[connection signal="pressed" from="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer/ButtonSetting" to="." method="_on_ButtonSetting_pressed"]
|
|
|
|
|
[connection signal="pressed" from="MarginContainer/HBoxContainer/UI_summary/PanelWood/VBoxContainer/ButtonQuit" to="." method="_on_ButtonQuit_pressed"]
|
|
|
|
|
|
|
|
|
|
[editable path="MarginContainer/HBoxContainer/UI_summary"]
|