talksprite placing
This commit is contained in:
parent
8d3617fe53
commit
337f705dfe
72 changed files with 988 additions and 157 deletions
|
@ -2,25 +2,26 @@ function txt_momijiyaya() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Oh great, you..."),
|
||||
txt("Hm? Aren’t you happy to see your savior?"),
|
||||
txt("I don’t need you!"),
|
||||
txt("Alright then, I guess I’ll just be on my way…"),
|
||||
txt("...Wait."),
|
||||
txt("Hehe, that’s what I thought. Do you want to ask me for help?"),
|
||||
txt("Don’t push it."),
|
||||
txt("Fiiinnne."),
|
||||
txt("Oh great, you...", MOMIJI.ANNOYED),
|
||||
txt("Hm? Aren’t you happy to see your savior?", AYA.SMUG),
|
||||
txt("I don’t need you!", MOMIJI.ANGRY),
|
||||
txt("Alright then, I guess I’ll just be on my way…", AYA.NOTMYPROBLEM),
|
||||
txt("...Wait.", MOMIJI.UNINTERESTED),
|
||||
txt("Hehe, that’s what I thought. Do you want to ask me for help?", AYA.HAPPY),
|
||||
txt("Don’t push it.", MOMIJI.ANGRY),
|
||||
txt("Fiiinnne.", AYA.BORED),
|
||||
|
||||
],[
|
||||
|
||||
txt("面倒が来た..."),
|
||||
txt("えええ?勇者に会えて嬉しくないのか?"),
|
||||
txt("お前が必要がない!"),
|
||||
txt("分かった!じゃあね!"),
|
||||
txt("...待って。"),
|
||||
txt("クスクス!やっぱりね。私の助けが欲しいのか?"),
|
||||
txt("調子に乗るな。"),
|
||||
txt("はい、はい。"),
|
||||
txt("面倒が来た...", MOMIJI.ANNOYED),
|
||||
txt("えええ?勇者に会えて嬉しくないのか?", AYA.SMUG),
|
||||
txt("お前が必要がない!", MOMIJI.ANGRY),
|
||||
txt("分かった!じゃあね!", AYA.NOTMYPROBLEM),
|
||||
txt("...待って。", MOMIJI.UNINTERESTED),
|
||||
txt("クスクス!やっぱりね。私の助けが欲しいのか?", AYA.HAPPY),
|
||||
txt("調子に乗るな。", MOMIJI.ANGRY),
|
||||
txt("はい、はい。", AYA.BORED),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue