fix: avoids being able to pause during transitions; also moves pausing request responsibility to UI; also fixes issue w/ trying to pause during intro and main menu

This commit is contained in:
Duncan Brown
2022-05-10 14:37:02 -04:00
committed by Julian Murgia
parent ff178541fc
commit aeffe09e34
5 changed files with 22 additions and 7 deletions

View File

@@ -2,6 +2,12 @@
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