dialogue added

This commit is contained in:
the me 2022-08-22 15:37:11 -07:00
parent cf0ac84133
commit 091aa9c58c
117 changed files with 1393 additions and 231 deletions

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "txt_",
"tags": [],
"resourceType": "GMScript",
}

View file

@ -0,0 +1,40 @@
function txt_intro() {
msg = msglang([
txt("Checkmate!"),
txt("Aw man! No matter what I do, I cant seem to beat you!"),
txt("Hehe! You gotta plan out a lot of your moves ahead of time in Shogi."),
txt("One move leads into another, and then another, and then..."),
txt("Yeah, yeah. I dont think I can match your wit."),
txt("Well, practice makes perfect."),
txt("Why dont we play-"),
//txt("!!! (Emphasis sound effect)"),
txt("Someones coming."),
txt("Huh?"),
txt("Rabbits have surrounded the Kappas hideout"),
txt("Lunarians!? Theyll overrun the hideout at this rate!"),
txt("Not just the hideout, the entire mountain too!"),
txt("Weve got to stop them!"),
],[
txt("つみ!"),
txt("くっそー! どうしても勝てれない!"),
txt("うふふ! 将棋では、たくさん計画を考えなきゃ。"),
txt("一つの行動が、次の行動につながり、さらに次の行動へ..."),
txt("はい、はい。私より椛の機知が強いんだ。"),
txt("習うより慣れろ。"),
txt("それでも、もういち..."),
//txt("!!! (Emphasis sound effect)"),
txt("誰か来るぞ。"),
txt("え?"),
txt("Rabbits have surrounded the Kappas hideout"),
txt("月人!?このまま、あいつらはハイドアウトを侵略する!"),
txt("山も!"),
txt("我らは、月人を止められなきゃ!"),
])
endevent = c_null;
}

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Dialogue",
"path": "folders/Dialogue.yy",
},
"resourceVersion": "1.0",
"name": "txt_intro",
"tags": [],
"resourceType": "GMScript",
}