[gd_scene load_steps=8 format=3 uid="uid://cdyi1a858p7em"] [ext_resource type="Theme" uid="uid://bi1js53ni6ehd" path="res://UI/themes/zbasu/zbasu.theme" id="1_iq3fo"] [ext_resource type="Script" path="res://scenes/hud/hud.gd" id="1_s6f6d"] [ext_resource type="PackedScene" uid="uid://dpvequp5fv27k" path="res://scenes/languages/languages.tscn" id="2_um8fw"] [ext_resource type="PackedScene" uid="uid://cl8xk8w3jmta0" path="res://scenes/controls/controls.tscn" id="3_08xl7"] [ext_resource type="PackedScene" uid="uid://otvln5ol34bj" path="res://scenes/languages/languages2.tscn" id="3_gyqw8"] [ext_resource type="PackedScene" uid="uid://cb0gfweooxdsl" path="res://scenes/themes/themes.tscn" id="4_1poje"] [ext_resource type="PackedScene" uid="uid://ebfrhgrluixd" path="res://scenes/music/music_manager.tscn" id="6_0ivsi"] [node name="Control" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource("1_iq3fo") script = ExtResource("1_s6f6d") [node name="Message" type="HBoxContainer" parent="."] anchors_preset = 10 anchor_right = 1.0 size_flags_horizontal = 0 size_flags_vertical = 0 alignment = 2 [node name="Label" type="Label" parent="Message"] offset_left = 1037.0 offset_right = 1152.0 offset_bottom = 31.0 size_flags_vertical = 1 text = "Echap = Menu" [node name="Menu" type="HBoxContainer" parent="."] visible = false anchors_preset = 10 anchor_right = 1.0 offset_right = 40.0 offset_bottom = 40.0 alignment = 1 [node name="Keys" type="Button" parent="Menu"] offset_left = 510.0 offset_right = 554.0 offset_bottom = 40.0 text = "HUD/KEYS" [node name="Themes" type="Button" parent="Menu"] offset_right = 8.0 offset_bottom = 31.0 text = "HUD/THEMES" [node name="Languages" type="Button" parent="Menu"] offset_left = 492.0 offset_right = 574.0 offset_bottom = 40.0 text = "HUD/LANGUAGES" [node name="Music" type="Button" parent="Menu"] offset_right = 87.0 offset_bottom = 19.0 text = "HUD/MUSIC" [node name="About" type="Button" parent="Menu"] offset_right = 40.0 offset_bottom = 19.0 text = "HUD/ABOUT" [node name="Quit" type="Button" parent="Menu"] offset_left = 578.0 offset_right = 619.0 offset_bottom = 40.0 text = "HUD/QUIT" [node name="Timer" type="Timer" parent="."] wait_time = 10.0 one_shot = true autostart = true [node name="ConfirmQuit" type="ConfirmationDialog" parent="."] title = "POPUP_CONFIRM_QUIT/TITLE" dialog_text = "POPUP_CONFIRM_QUIT/MESSAGE" [node name="AboutMessage" type="AcceptDialog" parent="."] title = "POPUP_ABOUT_MESSAGE/TITLE" [node name="MenuLanguage" parent="." instance=ExtResource("3_gyqw8")] visible = false layout_mode = 3 anchor_left = 0.096 anchor_top = 0.137 offset_left = -0.304001 offset_right = 0.807983 offset_bottom = 3.20001 metadata/_edit_layout_mode = 1 [node name="MenuLanguage2" parent="." instance=ExtResource("2_um8fw")] visible = false layout_mode = 3 anchors_preset = 0 [node name="MenuControl" parent="." instance=ExtResource("3_08xl7")] layout_mode = 3 anchors_preset = 15 [node name="MenuTheme" parent="." instance=ExtResource("4_1poje")] visible = false layout_mode = 3 anchors_preset = 15 [node name="MusicManager" parent="." instance=ExtResource("6_0ivsi")] layout_mode = 3 anchors_preset = 0 [connection signal="pressed" from="Menu/Keys" to="." method="_on_keys_pressed"] [connection signal="pressed" from="Menu/Themes" to="." method="_on_themes_pressed"] [connection signal="pressed" from="Menu/Languages" to="." method="_on_languages_pressed"] [connection signal="pressed" from="Menu/Music" to="." method="_on_music_pressed"] [connection signal="pressed" from="Menu/About" to="." method="_on_about_pressed"] [connection signal="pressed" from="Menu/Quit" to="." method="_on_quit_pressed"] [connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"] [connection signal="confirmed" from="ConfirmQuit" to="." method="_on_confirmation_dialog_confirmed"]