ShatteredSword/dist/shattered_sword_assets/jsons/samplestory.json

19 lines
366 B
JSON
Raw Normal View History

2022-04-02 21:44:53 -04:00
{
"resources": [
{
"type": "image",
"key": "hiro",
"path": "shattered_sword_assets/images/Logo.png"
}
],
"texts": [
{
"speaker": "Hiro",
"content": "Hello world!"
},
{
"speaker": "world",
"content": "Hello Hiro!"
}
]
}