27 lines
1014 B
Plaintext
27 lines
1014 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dsnlwjofq6psf"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/GUI/MainMenu.gd" id="1_23sw7"]
|
|
[ext_resource type="PackedScene" uid="uid://3o430r2kys4k" path="res://scenes/GUI/MAIN.tscn" id="1_sojs8"]
|
|
[ext_resource type="PackedScene" uid="uid://d0kkhtesg83g" path="res://scenes/GUI/START_GAME.tscn" id="2_ipoll"]
|
|
|
|
[node name="Main Menu" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_23sw7")
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="MAIN" parent="." instance=ExtResource("1_sojs8")]
|
|
|
|
[node name="START GAME" parent="." instance=ExtResource("2_ipoll")]
|
|
visible = false
|
|
|
|
[connection signal="start_game" from="MAIN" to="." method="_on_main_start_game"]
|
|
[connection signal="back" from="START GAME" to="." method="_on_start_game_back"]
|
|
[connection signal="start_game" from="START GAME" to="." method="_on_start_game_start_game"]
|