This commit is contained in:
the me 2022-08-23 02:54:52 -07:00
parent 62f4ba5f5f
commit 54f1b7c75d
15 changed files with 186 additions and 4 deletions

View file

@ -1,5 +1,6 @@
function txt_intro() {
ARTICULATOR.state = c_null;
music_set(mus.cutscene);
msg = msglang([
txt("Checkmate!", MOMIJI.SMUG, SPRITEPOS.LEFT, s_black),
@ -37,5 +38,8 @@ function txt_intro() {
])
endevent = function() {ARTICULATOR.state = st_control};
endevent = function() {
ARTICULATOR.state = st_control;
music_set(mus.map);
};
}