recruitment done
This commit is contained in:
parent
00587c8b44
commit
62f4ba5f5f
18 changed files with 660 additions and 285 deletions
|
@ -2,17 +2,17 @@ function txt_reisen() {
|
|||
ARTICULATOR.state = c_null;
|
||||
msg = msglang([
|
||||
|
||||
txt("E-Enemy spotted!", REISEN.WOBBLE),
|
||||
txt("I’ll stop you here!", REISEN.POUTING),
|
||||
txt("E-Enemy spotted!", REISEN.WOBBLE, SPRITEPOS.RIGHT),
|
||||
txt("I'll stop you here!", REISEN.POUTING),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("て...敵!", REISEN.WOBBLE),
|
||||
txt("て...敵!", REISEN.WOBBLE, SPRITEPOS.RIGHT),
|
||||
txt("止まれ!", REISEN.POUTING),
|
||||
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
endevent = function() {ARTICULATOR.state = st_control};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue