talksprite placing
This commit is contained in:
parent
8d3617fe53
commit
337f705dfe
72 changed files with 988 additions and 157 deletions
|
@ -2,17 +2,19 @@ function txt_aya() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Ayaya!"),
|
||||
txt("Ayaya!", AYA.SURPRISED),
|
||||
txt("Stop right there!"),
|
||||
txt("I was flying around to try to find a scoop!"),
|
||||
txt("What’s going on!?"),
|
||||
txt("I was flying around to try to find a scoop!", AYA.SURPRISED),
|
||||
txt("What’s going on!?", AYA.SURPRISED),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("あやや!"),
|
||||
txt("フリーズ!"),
|
||||
txt("一人で飛んで記事を見つけたかったんだよ!"),
|
||||
txt("何これ!?"),
|
||||
txt("あやや!", AYA.SURPRISED),
|
||||
txt("フリーズ!"),
|
||||
txt("一人で飛んで記事を見つけたかったんだよ!", AYA.SURPRISED),
|
||||
txt("何これ!?", AYA.SURPRISED),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue