Overhauled camera
This commit is contained in:
parent
5fe8f22ccb
commit
da78e7f287
21 changed files with 385 additions and 71 deletions
|
|
@ -60,7 +60,7 @@ func _connected(id, use_mesh):
|
|||
if use_mesh:
|
||||
rtc_mp.create_mesh(id)
|
||||
elif id == 1:
|
||||
rtc_mp.create_server()
|
||||
rtc_mp.create_servertp()
|
||||
else:
|
||||
rtc_mp.create_client(id)
|
||||
multiplayer.multiplayer_peer = rtc_mp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue