dialogue added
This commit is contained in:
parent
cf0ac84133
commit
091aa9c58c
117 changed files with 1393 additions and 231 deletions
12
eastern flames/scripts/txt_win/txt_.yy
Normal file
12
eastern flames/scripts/txt_win/txt_.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "txt_",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
42
eastern flames/scripts/txt_win/txt_win.gml
Normal file
42
eastern flames/scripts/txt_win/txt_win.gml
Normal file
|
@ -0,0 +1,42 @@
|
|||
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("いった。。。"),
|
||||
txt("えっと...、 君は悪に見えない。"),
|
||||
txt("なぜうさぎは攻撃しているのか?"),
|
||||
txt("私たちは…海外旅行に行きたかったです...か?"),
|
||||
txt("...それは弱い噓だぞ。"),
|
||||
txt("...チェ。"),
|
||||
txt("幻想郷に月人が引っ越すと依姫さまから聞きました"),
|
||||
txt("巨悪が月に侵略しました。"),
|
||||
txt("そんなわけで、私たちは移住します。"),
|
||||
txt("月の来襲か... "),
|
||||
txt("おそらく霊夢たちは直ぐに月に行く..."),
|
||||
txt("...そして、我らは幻想郷を守る。"),
|
||||
txt("棋士さん、出来る?"),
|
||||
txt("...私は誰にも祖国を乗っ取らせない。"),
|
||||
txt("よし!我らは月人を追い出す!"),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
12
eastern flames/scripts/txt_win/txt_win.yy
Normal file
12
eastern flames/scripts/txt_win/txt_win.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Dialogue",
|
||||
"path": "folders/Dialogue.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "txt_win",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue