1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-28 20:55:13 +03:00
gamebookformat/test.json
2013-05-28 06:56:54 +02:00

19 lines
497 B
JSON

{
"start" : {
"text" : "This is where the adventure begins. You can go on to the next paragraph, see %(next)c or try the other instead, see %(other)c.",
"number" : 1
},
"next" : {
"text" : "This is the next paragraph. Go on to the end at %(end)c."
},
"other" : {
"text" : "This is another paragraph. You can try the next paragraph now, see %(next)c, or go on to the end, see %(end)c."
},
"end" : {
"text" : "The end."
}
}