Commit of existing data.

This commit is contained in:
2025-06-22 23:22:32 -06:00
commit 1bbd8c812f
208 changed files with 6327 additions and 0 deletions
+8
View File
@@ -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()