Small UI tweaks

This commit is contained in:
Rico 2020-06-26 13:08:08 -05:00
parent 068753a961
commit b674ef3ff4
3 changed files with 34 additions and 17 deletions

View file

@ -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.