diff --git a/godot/scripts/gamemaster.gd b/godot/scripts/gamemaster.gd index 711008a..6e2b6a5 100644 --- a/godot/scripts/gamemaster.gd +++ b/godot/scripts/gamemaster.gd @@ -65,6 +65,7 @@ func _physics_process(_delta: float) -> void: GLOBALVARS.seconds_left -= 0.01666666667 if GLOBALVARS.selected_player == 0: %ANSWER.editable = true + %ANSWER.grab_focus() else: %ANSWER.editable = false