talksprite placing

This commit is contained in:
the me 2022-08-22 22:23:02 -07:00
parent 8d3617fe53
commit 337f705dfe
72 changed files with 988 additions and 157 deletions

View file

@ -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("Whats going on!?"),
txt("I was flying around to try to find a scoop!", AYA.SURPRISED),
txt("Whats going on!?", AYA.SURPRISED),
],[
txt("あやや!"),
txt("フリーズ!"),
txt("一人で飛んで記事を見つけたかったんだよ!"),
txt("何これ!?"),
txt("あやや!", AYA.SURPRISED),
txt("フリーズ!"),
txt("一人で飛んで記事を見つけたかったんだよ!", AYA.SURPRISED),
txt("何これ!?", AYA.SURPRISED),
])