summaryrefslogtreecommitdiff
path: root/game/rooms/intro/esc/intro.esc
diff options
context:
space:
mode:
authorRadio <radiohotline@disroot.org>2026-06-04 15:15:11 +0300
committerRadio <radiohotline@disroot.org>2026-06-04 15:15:11 +0300
commit9d74b49ab62908d4acf53dde444413886b8b28e5 (patch)
tree0cb785267ea7e239b19d88684c0d64b9bd5d52f0 /game/rooms/intro/esc/intro.esc
parent2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (diff)
escoria setup and old branch archives
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")