Commit of existing data.
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
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()
|
||||
Reference in New Issue
Block a user