extends Label func pop(txt : String): visible = true text = txt $"Timer".start() func _on_timer_timeout(): visible = false