mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2024-11-09 16:59:03 +00:00
17 lines
744 B
Text
17 lines
744 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://scenes/interfaces/main_menu/main_menu.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://scenes/interfaces/loading_screen/loading_screen.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://scenes/main/main.gd" type="Script" id=3]
|
|
|
|
[node name="main" type="Spatial"]
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="scene" type="Spatial" parent="."]
|
|
|
|
[node name="main_menu" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="loading_screen" parent="." instance=ExtResource( 2 )]
|
|
visible = false
|
|
[connection signal="play_pressed" from="main_menu" to="." method="_on_main_menu_play_pressed"]
|
|
[connection signal="quit_pressed" from="main_menu" to="." method="_on_main_menu_quit_pressed"]
|