summaryrefslogtreecommitdiff
path: root/game/rooms/intro/esc/intro.esc
diff options
context:
space:
mode:
Diffstat (limited to 'game/rooms/intro/esc/intro.esc')
-rw-r--r--game/rooms/intro/esc/intro.esc13
1 files changed, 13 insertions, 0 deletions
diff --git a/game/rooms/intro/esc/intro.esc b/game/rooms/intro/esc/intro.esc
new file mode 100644
index 0000000..05d14da
--- /dev/null
+++ b/game/rooms/intro/esc/intro.esc
@@ -0,0 +1,13 @@
+:setup
+ anim_block("intro_animation_player", "RESET")
+
+:ready | NO_UI
+ # Until we have a proper way to skip animations/cutscenes, we want to prevent
+ # something silly like being able to pause during the intro.
+ accept_input("NONE")
+
+ anim_block("intro_animation_player", "intro")
+
+ accept_input("ALL")
+
+ show_menu("main")