extendsNode# Called when the node enters the scene tree for the first time.func_ready():$Continue.visible=false$TextReveal.start()func_on_TextReveal_finished_reveal():$Continue.visible=truefunc_on_Button_on_click():get_tree().change_scene("res://scenes/levels/base_level.tscn")