generated from Persson-dev/Godot-Xmake
moved network interface
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
[gd_scene format=3 uid="uid://clafls1xhludi"]
|
||||
|
||||
[node name="Lobby" type="Lobby"]
|
||||
|
||||
[node name="NetworkInterface" type="NetworkInterface" parent="."]
|
||||
[node name="NetworkInterface" type="NetworkInterface"]
|
||||
|
||||
@@ -5,11 +5,8 @@
|
||||
|
||||
[node name="Main" type="Main"]
|
||||
|
||||
[node name="Lobby" parent="." instance=ExtResource("1_06ibn")]
|
||||
[node name="Network" parent="." instance=ExtResource("1_06ibn")]
|
||||
|
||||
[node name="MainMenu" parent="." instance=ExtResource("2_lavg1")]
|
||||
|
||||
[connection signal="local_player_connected" from="Lobby" to="MainMenu" method="on_connected"]
|
||||
[connection signal="change_scene" from="MainMenu" to="." method="change_scene"]
|
||||
[connection signal="create_game" from="MainMenu" to="Lobby" method="create_game"]
|
||||
[connection signal="join_game" from="MainMenu" to="Lobby" method="join_game"]
|
||||
|
||||
Reference in New Issue
Block a user