Fixed stuff
Fixed tabs in both files Fixed SammiClient to be added to the tree, so that events can process.
This commit is contained in:
parent
759a19fcf1
commit
d6e60ff204
2 changed files with 475 additions and 474 deletions
|
|
@ -14,6 +14,7 @@ var last_error_description: String = ""
|
||||||
|
|
||||||
func _ready() -> void:
|
func _ready() -> void:
|
||||||
client = SammiClient.new()
|
client = SammiClient.new()
|
||||||
|
add_child(client)
|
||||||
client.host = host
|
client.host = host
|
||||||
client.port = port
|
client.port = port
|
||||||
client.password = password
|
client.password = password
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue