extends Control var timestart: int # Called when the node enters the scene tree for the first time. func _ready(): timestart = Time.get_ticks_msec() await global.fade_in()