extends Control func _on_join_button_pressed() -> void: MultiplayerManager.connect_to_ip(%IpAddressTextEdit.text) get_tree().change_scene_to_file("res://scenes/in_game.tscn")