index
:
JoBirthdayScene.git
Godot scene for Jo's birthday
log msg
author
committer
range
main
master
about
summary
refs
log
tree
commit
diff
path:
root
/
src
/
helpers
/
start_light.gd
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/helpers/start_light.gd')
-rw-r--r--
src/helpers/start_light.gd
8
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()