added scream
This commit is contained in:
@@ -36,7 +36,7 @@ func _physics_process(_delta: float) -> void:
|
||||
|
||||
elif clock > wait_time:
|
||||
if %ANSWER.text == "":
|
||||
%ANSWER.text = str(GLOBALVARS.current_solution) if is_correct else str(GLOBALVARS.current_solution+randi_range(-10,10))
|
||||
%ANSWER.text = str(GLOBALVARS.current_solution) if is_correct else str(GLOBALVARS.current_solution+randi_range(-2,2))
|
||||
elif clock > wait_time + 30:
|
||||
%ANSWER.emit_signal("text_submitted",%ANSWER.text)
|
||||
currently_executing = false
|
||||
|
Reference in New Issue
Block a user