From 9d74b49ab62908d4acf53dde444413886b8b28e5 Mon Sep 17 00:00:00 2001 From: Radio Date: Thu, 4 Jun 2026 15:15:11 +0300 Subject: escoria setup and old branch archives --- game/rooms/intro/esc/intro.esc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 game/rooms/intro/esc/intro.esc (limited to 'game/rooms/intro/esc/intro.esc') 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") -- cgit v1.3