tweak play menu focus
This commit is contained in:
@@ -12,6 +12,7 @@ func _ready() -> void:
|
||||
_join_button.pressed.connect(_on_join_button_pressed)
|
||||
Networker.network_error.connect(_on_networker_network_error)
|
||||
_error_label.text = ""
|
||||
_name_edit.grab_focus()
|
||||
|
||||
|
||||
func _display_error(message: String) -> void:
|
||||
|
||||
Reference in New Issue
Block a user