1 2 3 4 5 6 7 8
extends Node onready var textreveal = $TextReveal # Called when the node enters the scene tree for the first time. func _ready(): textreveal.start()