extends Control func _init(): show() func _ready(): $Timer.start() func _on_timer_timeout(): hide()