mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2024-11-10 01:10:05 +00:00
26 lines
1,010 B
Text
26 lines
1,010 B
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://scenes/interfaces/main_menu/main_menu.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://assets/interfaces/new_launcher_bg_0-1.png" type="Texture" id=2]
|
|
[ext_resource path="res://scenes/main/main.gd" type="Script" id=3]
|
|
[ext_resource path="res://assets/interfaces/Login-Khanat-background-loading.png" type="Texture" id=4]
|
|
|
|
[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" type="TextureProgress" parent="."]
|
|
visible = false
|
|
margin_right = 1280.0
|
|
margin_bottom = 720.0
|
|
texture_under = ExtResource( 2 )
|
|
texture_progress = ExtResource( 4 )
|
|
nine_patch_stretch = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": 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"]
|