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:
Mario Steele 2025-04-30 14:56:40 -05:00
parent 759a19fcf1
commit d6e60ff204
2 changed files with 475 additions and 474 deletions

View file

@ -14,6 +14,7 @@ var last_error_description: String = ""
func _ready() -> void:
client = SammiClient.new()
add_child(client)
client.host = host
client.port = port
client.password = password