Merge branch 'master' into tokc/more-missing-import-files

pull/38/head
tokc 2021-03-30 16:03:55 +02:00
commit 5af97a3df5
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -262,6 +262,7 @@ rect_min_size = Vector2( 500, 500 )
[node name="PlayerList" type="VBoxContainer" parent="PlayerListContainer/Panel"]
alignment = 1
[connection signal="pressed" from="MenuContainer/MainMenu/QuickConnect" to="." method="join_test_server"]
[connection signal="pressed" from="MenuContainer/MainMenu/Connect" to="." method="open_menu" binds= [ "ConnectMenu" ]]
[connection signal="pressed" from="MenuContainer/MainMenu/Disconnect" to="." method="free_client"]