Port forwarding
This commit is contained in:
parent
0501476a6e
commit
fc984d6b45
6 changed files with 56 additions and 1 deletions
8
multiplayer/ip_display.gd
Normal file
8
multiplayer/ip_display.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
extends Label
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
Lobby.update_ip.connect(on_update_ip)
|
||||
|
||||
func on_update_ip(to: StringName):
|
||||
text = to
|
||||
Loading…
Add table
Add a link
Reference in a new issue