1 2 3 4 5 6 7
extends TutorialPopup var i = 0 func _trigger(): return i > 1 func _process(delta): ._process(delta) i+=delta