9 lines
176 B
GDScript
Executable File
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()
|