diff options
Diffstat (limited to 'scenes/story/story.gd')
-rw-r--r-- | scenes/story/story.gd | 5 |
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() |