added grab_focus() call
This commit is contained in:
parent
1c1447d84e
commit
8250f073a7
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user