[gd_scene load_steps=6 format=2] [ext_resource path="res://scenes/interfaces/main_menu/main_menu.tscn" type="PackedScene" id=1] [ext_resource path="res://assets/interfaces/loading_screen/khanat_sound_cover_hover.png" type="Texture" id=2] [ext_resource path="res://scenes/main/main.gd" type="Script" id=3] [ext_resource path="res://assets/interfaces/loading_screen/khanat_sound_cover_bg.png" type="Texture" id=4] [ext_resource path="res://assets/interfaces/loading_screen/khanat_sound_cover_progress.png" type="Texture" id=5] [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 anchor_right = 1.0 anchor_bottom = 1.0 margin_bottom = 6.10352e-05 step = 0.1 texture_under = ExtResource( 4 ) texture_over = ExtResource( 2 ) texture_progress = ExtResource( 5 ) fill_mode = 6 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"]