extends Button func _ready(): if FileAccess.file_exists("user://chapter.sds"): position.y = 198 func _on_pressed(): get_tree().change_scene_to_file("res://scenes/quiz/quiz.tscn")