forked from drraccoon/GD-Polo
Small UI tweaks
This commit is contained in:
parent
068753a961
commit
b674ef3ff4
3 changed files with 34 additions and 17 deletions
|
|
@ -7,9 +7,9 @@ var port = 2670
|
|||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
var myip = IP.get_local_addresses()
|
||||
var interfaces = IP.get_local_interfaces ()
|
||||
$HostPanel/label_myip.text = "IP "+myip[0]+". "+interfaces[0]
|
||||
#var myip = IP.get_local_addresses()
|
||||
#var interfaces = IP.get_local_interfaces ()
|
||||
#$HostPanel/label_myip.text = "IP "+myip[0]+". "+interfaces[0]
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue