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:
committed by
Julian Murgia
parent
ff178541fc
commit
aeffe09e34
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user