add server start functionality to ServerUI

This commit is contained in:
Lera Elvoé
2022-06-25 19:37:09 +03:00
parent 80bc3e4a11
commit 550a1c80a4
6 changed files with 53 additions and 10 deletions

View File

@@ -9,3 +9,6 @@ anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="ServerUI" parent="." instance=ExtResource( 2 )]
[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"]