Merging networking features #5
@ -97,7 +97,7 @@ func create_lobby() -> void:
|
||||
|
||||
func join_lobby(this_lobby_id: int) -> void:
|
||||
GameConsole.print_line("Joining lobby: " + str(this_lobby_id))
|
||||
Steam.joinLobby(lobby_id)
|
||||
Steam.joinLobby(this_lobby_id)
|
||||
|
||||
|
||||
func get_lobby_members():
|
||||
|
@ -4,7 +4,7 @@
|
||||
[ext_resource type="Script" path="res://assets/core/networking/network_test_ui.gd" id="2_rbs4r"]
|
||||
[ext_resource type="Texture2D" uid="uid://fwub8fvl2u4i" path="res://addons/ingameconsole/ps1hagrid.png" id="3_co2ix"]
|
||||
|
||||
[node name="Test-lobby" type="CanvasLayer"]
|
||||
[node name="Test-lobby" type="Node"]
|
||||
|
||||
[node name="NetworkManager" parent="." instance=ExtResource("1_i1w5w")]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user