talksprite placing
This commit is contained in:
parent
8d3617fe53
commit
337f705dfe
72 changed files with 988 additions and 157 deletions
|
@ -2,13 +2,15 @@ function txt_reisen() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("E-Enemy spotted!"),
|
||||
txt("I’ll stop you here!"),
|
||||
txt("E-Enemy spotted!", REISEN.WOBBLE),
|
||||
txt("I’ll stop you here!", REISEN.POUTING),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("て...敵!"),
|
||||
txt("止まれ!"),
|
||||
txt("て...敵!", REISEN.WOBBLE),
|
||||
txt("止まれ!", REISEN.POUTING),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue