19 lines
366 B
JSON
19 lines
366 B
JSON
|
{
|
||
|
"resources": [
|
||
|
{
|
||
|
"type": "image",
|
||
|
"key": "hiro",
|
||
|
"path": "shattered_sword_assets/images/Logo.png"
|
||
|
}
|
||
|
],
|
||
|
"texts": [
|
||
|
{
|
||
|
"speaker": "Hiro",
|
||
|
"content": "Hello world!"
|
||
|
},
|
||
|
{
|
||
|
"speaker": "world",
|
||
|
"content": "Hello Hiro!"
|
||
|
}
|
||
|
]
|
||
|
}
|