summaryrefslogtreecommitdiff
path: root/scenes/story/story.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/story/story.gd')
-rw-r--r--scenes/story/story.gd5
1 files changed, 5 insertions, 0 deletions
diff --git a/scenes/story/story.gd b/scenes/story/story.gd
new file mode 100644
index 0000000..8681d8e
--- /dev/null
+++ b/scenes/story/story.gd
@@ -0,0 +1,5 @@
+extends Level
+
+func start():
+ .start()
+ $TextrevealBox.start()