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-29 22:11:09 +0200
commitfe95c58bedd22bc7fede62d7dd7edacd0620364a (patch)
treeb8ac536e352c5628a98da3db1d82f421695f7224 /src/helpers/start_light.gd
parent62ae99d359fcb164a16eaf9cc8a1f469628e09e7 (diff)
JoBirthdayScenemain
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/helpers/start_light.gd')
-rw-r--r--src/helpers/start_light.gd5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/helpers/start_light.gd b/src/helpers/start_light.gd
new file mode 100644
index 0000000..27e0baf
--- /dev/null
+++ b/src/helpers/start_light.gd
@@ -0,0 +1,5 @@
+extends Timer
+
+
+func _ready():
+ pass