talksprite placing
This commit is contained in:
parent
8d3617fe53
commit
337f705dfe
72 changed files with 988 additions and 157 deletions
|
@ -2,39 +2,41 @@ function txt_win() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Ow..."),
|
||||
txt("Hm, You don’t seem like a bad person"),
|
||||
txt("Why are the rabbits attacking?"),
|
||||
txt("We... We’re looking to build a summer home on Earth."),
|
||||
txt("You’re lying."),
|
||||
txt("...Okay, fine."),
|
||||
txt("Lady Yorihime told me that we’re relocating to Gensokyo."),
|
||||
txt("There’s a great evil that’s taken over the Moon."),
|
||||
txt("So, we’re going to be staying here."),
|
||||
txt("An invasion from the Lunar Capital..."),
|
||||
txt("I’m guessing Reimu and her friends will find their way to the Moon…"),
|
||||
txt("...Which leaves us to defend the surface."),
|
||||
txt("Think you’re up to it, miss Shogi master?"),
|
||||
txt("...I won’t let anyone take over my home."),
|
||||
txt("Okay! Let’s drive these Lunarians out of here!"),
|
||||
txt("Ow...", REISEN.WOBBLE),
|
||||
txt("Hm, You don’t seem like a bad person", MOMIJI.CONFUSED),
|
||||
txt("Why are the rabbits attacking?", MOMIJI.CONFUSED),
|
||||
txt("We... We’re looking to build a summer home on Earth.", REISEN.WOBBLE),
|
||||
txt("You’re lying.", MOMIJI.ANNOYED),
|
||||
txt("...Okay, fine.", REISEN.POUTING),
|
||||
txt("Lady Yorihime told me that we’re relocating to Gensokyo.", REISEN.POUTING),
|
||||
txt("There’s a great evil that’s taken over the Moon.", REISEN.WOBBLE),
|
||||
txt("So, we’re going to be staying here.", REISEN.WOBBLE),
|
||||
txt("An invasion from the Lunar Capital...", AYA.SURPRISED),
|
||||
txt("I’m guessing Reimu and her friends will find their way to the Moon…", AYA.HAPPY),
|
||||
txt("...Which leaves us to defend the surface.", AYA.HAPPY),
|
||||
txt("Think you’re up to it, miss Shogi master?", NITORI.HAPPY),
|
||||
txt("...I won’t let anyone take over my home.", MOMIJI.ANGRY),
|
||||
txt("Okay! Let’s drive these Lunarians out of here!", MOMIJI.DETERMINED),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("いった。。。"),
|
||||
txt("えっと...、 君は悪に見えない。"),
|
||||
txt("なぜうさぎは攻撃しているのか?"),
|
||||
txt("私たちは…海外旅行に行きたかったです...か?"),
|
||||
txt("...それは弱い噓だぞ。"),
|
||||
txt("...チェ。"),
|
||||
txt("幻想郷に月人が引っ越すと依姫さまから聞きました"),
|
||||
txt("巨悪が月に侵略しました。"),
|
||||
txt("そんなわけで、私たちは移住します。"),
|
||||
txt("月の来襲か... "),
|
||||
txt("おそらく霊夢たちは直ぐに月に行く..."),
|
||||
txt("...そして、我らは幻想郷を守る。"),
|
||||
txt("棋士さん、出来る?"),
|
||||
txt("...私は誰にも祖国を乗っ取らせない。"),
|
||||
txt("よし!我らは月人を追い出す!"),
|
||||
txt("いった...", REISEN.WOBBLE),
|
||||
txt("えっと、 君は悪に見えない。", MOMIJI.CONFUSED),
|
||||
txt("なぜうさぎは攻撃しているのか?", MOMIJI,CONFUSED),
|
||||
txt("私たちは…海外旅行に行きたかったです...か?", REISEN.WOBBLE),
|
||||
txt("...それは弱い噓だぞ。", MOMIJI.ANNOYED),
|
||||
txt("...チェ。", REISEN.POUTING),
|
||||
txt("幻想郷に月人が引っ越すと依姫さまから聞きました", REISEN.POUTING),
|
||||
txt("巨悪が月に侵略しました。", REISEN.WOBBLE),
|
||||
txt("そんなわけで、私たちは移住します。", REISEN.WOBBLE),
|
||||
txt("月の来襲か... ", AYA.SURPRISED),
|
||||
txt("おそらく霊夢たちは直ぐに月に行く...", AYA.HAPPY),
|
||||
txt("...そして、我らは幻想郷を守る。", AYA.HAPPY),
|
||||
txt("棋士さん、出来る?", NITORI.HAPPY),
|
||||
txt("...私は誰にも祖国を乗っ取らせない。", MOMIJI.ANGRY),
|
||||
txt("よし!我らは月人を追い出す!", MOMIJI.DETERMINED),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue