1 2 3 4 5 6 7 8 9
extends Label func pop(txt : String): visible = true text = txt $"Timer".start() func _on_timer_timeout(): visible = false