kikeru
This commit is contained in:
parent
62f4ba5f5f
commit
54f1b7c75d
15 changed files with 186 additions and 4 deletions
|
@ -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);
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue