extends Button
@export var address: String
@export var port: int
func _ready():
text = "Connect to " + address + ":" + str(port)