aboutsummaryrefslogtreecommitdiff
path: root/src/helpers/start_light.gd
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-03-28 04:19:30 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-03-28 11:52:34 +0200
commit307cff6b84c06fcee66c7059b12cc0881c33c595 (patch)
tree5a94a588a36733a2fa7dfe7f9254f69dd32d531e /src/helpers/start_light.gd
parent62ae99d359fcb164a16eaf9cc8a1f469628e09e7 (diff)
JoBirthdaySceneHEADmaster
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/helpers/start_light.gd')
-rw-r--r--src/helpers/start_light.gd8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/helpers/start_light.gd b/src/helpers/start_light.gd
new file mode 100644
index 0000000..e8d27d1
--- /dev/null
+++ b/src/helpers/start_light.gd
@@ -0,0 +1,8 @@
+extends Timer
+
+
+func _ready():
+ connect("timeout", self, "_wait_timer_callback")
+
+func _wait_timer_callback():
+ get_node("../light").fade_timer.start()