2021-11-27 16:51:59 +10:30
|
|
|
[gd_scene load_steps=6 format=2]
|
2019-11-10 15:09:14 +10:30
|
|
|
|
2021-11-27 16:51:59 +10:30
|
|
|
[ext_resource path="res://scenes/MainMenu.tscn" type="PackedScene" id=1]
|
2021-01-24 02:49:08 +10:30
|
|
|
[ext_resource path="res://scripts/TouchInput.gd" type="Script" id=2]
|
2021-01-30 23:20:27 +10:30
|
|
|
[ext_resource path="res://default.theme" type="Theme" id=3]
|
2021-11-27 16:51:59 +10:30
|
|
|
[ext_resource path="res://main.gd" type="Script" id=4]
|
|
|
|
[ext_resource path="res://scenes/OptionPanel.tscn" type="PackedScene" id=13]
|
2019-12-21 20:42:19 +10:30
|
|
|
|
2021-01-24 02:49:08 +10:30
|
|
|
[node name="main" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2021-01-30 23:20:27 +10:30
|
|
|
theme = ExtResource( 3 )
|
2021-11-27 16:51:59 +10:30
|
|
|
script = ExtResource( 4 )
|
2019-11-10 15:09:14 +10:30
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2024-03-23 19:41:34 +10:30
|
|
|
[node name="mainMenu" parent="." instance=ExtResource( 1 )]
|
|
|
|
unique_name_in_owner = true
|
2021-01-05 00:03:36 +10:30
|
|
|
|
2021-01-24 02:49:08 +10:30
|
|
|
[node name="OptionPanel" parent="." instance=ExtResource( 13 )]
|
2024-11-04 01:10:35 +10:30
|
|
|
unique_name_in_owner = true
|
2021-01-31 22:49:01 +10:30
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2021-02-07 21:58:33 +10:30
|
|
|
margin_left = 0.0
|
2021-01-31 22:49:01 +10:30
|
|
|
margin_right = 0.0
|
|
|
|
margin_bottom = 0.0
|
2021-02-07 21:58:33 +10:30
|
|
|
grow_horizontal = 0
|
2019-11-10 15:09:14 +10:30
|
|
|
|
2021-01-24 02:49:08 +10:30
|
|
|
[node name="TouchInput" type="Control" parent="."]
|
|
|
|
margin_right = 40.0
|
|
|
|
margin_bottom = 40.0
|
|
|
|
mouse_filter = 1
|
|
|
|
script = ExtResource( 2 )
|
2020-03-12 23:05:12 +10:30
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2021-11-27 16:51:59 +10:30
|
|
|
|
2024-11-04 01:10:35 +10:30
|
|
|
[connection signal="open_settings" from="mainMenu" to="." method="_on_mainMenu_open_settings"]
|
2024-03-23 19:41:34 +10:30
|
|
|
[connection signal="start_stepgame" from="mainMenu" to="." method="_on_MainMenu_start_stepgame"]
|
|
|
|
[connection signal="start_touchgame" from="mainMenu" to="." method="_on_MainMenu_start_touchgame"]
|