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_aya/txt_.yy
Normal file
12
eastern flames/scripts/txt_aya/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",
|
||||
}
|
20
eastern flames/scripts/txt_aya/txt_aya.gml
Normal file
20
eastern flames/scripts/txt_aya/txt_aya.gml
Normal file
|
@ -0,0 +1,20 @@
|
|||
function txt_aya() {
|
||||
|
||||
msg = msglang([
|
||||
|
||||
txt("Ayaya!"),
|
||||
txt("Stop right there!"),
|
||||
txt("I was flying around to try to find a scoop!"),
|
||||
txt("What’s going on!?"),
|
||||
|
||||
],[
|
||||
|
||||
txt("あやや!"),
|
||||
txt("フリーズ!"),
|
||||
txt("一人で飛んで記事を見つけたかったんだよ!"),
|
||||
txt("何これ!?"),
|
||||
|
||||
])
|
||||
|
||||
endevent = c_null;
|
||||
}
|
12
eastern flames/scripts/txt_aya/txt_aya.yy
Normal file
12
eastern flames/scripts/txt_aya/txt_aya.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Dialogue",
|
||||
"path": "folders/Dialogue.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "txt_aya",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue