Files
2025-06-22 23:22:32 -06:00

9 lines
176 B
GDScript
Executable File

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()