tickle-godot-frontend/Main.tscn

18 lines
769 B
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=2]
2022-06-21 12:48:14 +00:00
[ext_resource path="res://Main.gd" type="Script" id=1]
[ext_resource path="res://ServerUI.tscn" type="PackedScene" id=2]
[ext_resource path="res://theme/default_theme.theme" type="Theme" id=3]
2022-06-21 12:48:14 +00:00
[node name="Main" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 3 )
2022-06-21 12:48:14 +00:00
script = ExtResource( 1 )
2022-06-21 15:23:15 +00:00
[node name="ServerUI" parent="." instance=ExtResource( 2 )]
[connection signal="server_folder_changed" from="ServerUI" to="." method="_on_ServerUI_server_folder_changed"]
[connection signal="start_server_button_pressed" from="ServerUI" to="." method="_on_ServerUI_start_server_button_pressed"]
[connection signal="stop_server_button_pressed" from="ServerUI" to="." method="_on_ServerUI_stop_server_button_pressed"]