[gd_scene load_steps=6 format=2] [ext_resource path="res://scenes/MainMenu.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/TouchInput.gd" type="Script" id=2] [ext_resource path="res://default.theme" type="Theme" id=3] [ext_resource path="res://main.gd" type="Script" id=4] [ext_resource path="res://scenes/OptionPanel.tscn" type="PackedScene" id=13] [node name="main" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource( 3 ) script = ExtResource( 4 ) __meta__ = { "_edit_use_anchors_": false } [node name="mainMenu" parent="." instance=ExtResource( 1 )] unique_name_in_owner = true [node name="OptionPanel" parent="." instance=ExtResource( 13 )] anchor_left = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 0.0 margin_right = 0.0 margin_bottom = 0.0 grow_horizontal = 0 [node name="TouchInput" type="Control" parent="."] margin_right = 40.0 margin_bottom = 40.0 mouse_filter = 1 script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [connection signal="start_stepgame" from="mainMenu" to="." method="_on_MainMenu_start_stepgame"] [connection signal="start_touchgame" from="mainMenu" to="." method="_on_MainMenu_start_touchgame"]