[gd_scene load_steps=5 format=2] [ext_resource path="res://game/ui/commons/main_menu/main_menu.gd" type="Script" id=1] [ext_resource path="res://game/ui/commons/main_menu/main.tscn" type="PackedScene" id=2] [ext_resource path="res://addons/escoria-core/logo/escoria-logo-small.png" type="Texture" id=3] [ext_resource path="res://game/ui/commons/main_menu/options.tscn" type="PackedScene" id=4] [node name="main_menu" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="Panel" type="Panel" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 __meta__ = { "_edit_use_anchors_": false, "_editor_description_": "" } [node name="TextureRect" type="TextureRect" parent="Panel"] anchor_left = 0.5 anchor_right = 0.5 margin_left = -308.0 margin_top = 52.0 margin_right = 308.0 margin_bottom = 288.0 texture = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } [node name="main" parent="Panel" instance=ExtResource( 2 )] [node name="options" parent="Panel" instance=ExtResource( 4 )] visible = false [connection signal="pressed" from="Panel/main/new_game" to="." method="_on_new_game_pressed"] [connection signal="pressed" from="Panel/main/load_game" to="." method="_on_load_game_pressed"] [connection signal="pressed" from="Panel/main/options" to="." method="_on_options_pressed"] [connection signal="pressed" from="Panel/main/quit" to="." method="_on_quit_pressed"] [connection signal="pressed" from="Panel/options/back" to="." method="_on_back_pressed"] [editable path="Panel/main"] [editable path="Panel/options"]