Skip to content

Commit b802b71

Browse files
committed
開発中
- [ToDo]エンディングを作る #35 jsonスクリプトを仮作成
1 parent 64a8ba4 commit b802b71

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"init":{
3+
"command":"loadPicture",
4+
"args":{
5+
"fileName":"blank.png",
6+
"next":"section1_1"
7+
}
8+
},
9+
10+
"section1_1":{
11+
"command":"printMessage",
12+
"args":{
13+
"message":[
14+
["M", ["TU", "I", "NI", " ", "hu", "d", "ra", "ltu", "ku", "o", "ni", "ki", "su", "WO", " ", "MI", "TU", "KE", "TA", "* !!"]],
15+
["M", ["KO", "RE", "TE", "D", " ", "KI", "MI", "TA", "TI", "HA", " ", "E", "I", "E", "NN", "NO", "WA", "KA", "SA", "TO"]],
16+
["M", ["HA", "D", "KU", "TA", "D", "I", "NA", "TO", "MI", "WO", " ", "E", "RU", "KO", "TO", "TA", "D", "RO", "U", "."]]
17+
],
18+
"next":"section1_2"
19+
}
20+
},
21+
22+
"section1_2":{
23+
"command":"pushState",
24+
"args":{
25+
"stateName":"ENDING",
26+
"next":"end"
27+
}
28+
},
29+
30+
"end":{
31+
"command":"end",
32+
"args":{}
33+
}
34+
}

0 commit comments

Comments
 (0)