Port: despensa & cocina_detras esc and i18n

This commit is contained in:
2025-02-08 05:09:46 +01:00
parent 6c772da846
commit c800f04092
18 changed files with 94 additions and 75 deletions

View File

@@ -1,13 +1,13 @@
:setup
anim_block intro_animation_player RESET
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
accept_input("NONE")
anim_block intro_animation_player intro
anim_block("intro_animation_player", "intro")
accept_input ALL
accept_input("ALL")
show_menu main
show_menu("main")