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