2022-04-02 21:44:53 -04:00
|
|
|
{
|
2022-04-03 14:29:42 -04:00
|
|
|
"bgm": [
|
2022-04-02 21:44:53 -04:00
|
|
|
{
|
2022-04-03 14:29:42 -04:00
|
|
|
"key": "test",
|
|
|
|
"path": "shattered_sword_assets/sounds/test.mp3"
|
2022-04-02 21:44:53 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"texts": [
|
2022-04-11 21:58:21 -04:00
|
|
|
{
|
|
|
|
"speaker": "",
|
|
|
|
"content": "There's a the legendary royal greatsword that is the only weapon powerful enough to slay the monster",
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "loadSprite",
|
|
|
|
"key": "sword",
|
|
|
|
"path": "shattered_sword_assets/images/story1.png",
|
|
|
|
"positon": [
|
|
|
|
600,
|
|
|
|
250
|
|
|
|
],
|
|
|
|
"scale": [
|
|
|
|
8,
|
|
|
|
8
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"speaker": "",
|
|
|
|
"content": "But the monster shatter it into 6 pieces",
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "hideSprite",
|
|
|
|
"key": "sword"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "loadSprite",
|
|
|
|
"key": "sword_shattered",
|
|
|
|
"path": "shattered_sword_assets/images/story2.png",
|
|
|
|
"positon": [
|
|
|
|
600,
|
|
|
|
250
|
|
|
|
],
|
|
|
|
"scale": [
|
|
|
|
8,
|
|
|
|
8
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-04-11 22:36:56 -04:00
|
|
|
{
|
|
|
|
"speaker": "",
|
|
|
|
"content": "Hiro is the only prince from the kingdom",
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "hideSprite",
|
|
|
|
"key": "sword_shattered"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "loadSprite",
|
|
|
|
"key": "hiro_appear",
|
|
|
|
"path": "shattered_sword_assets/images/story3.png",
|
|
|
|
"positon": [
|
|
|
|
630,
|
|
|
|
300
|
|
|
|
],
|
|
|
|
"scale": [
|
|
|
|
7,
|
|
|
|
7
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"speaker": "Hiro",
|
|
|
|
"content": "To bring prosperity back to the kingdom...",
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "hideSprite",
|
|
|
|
"key": "hiro_appear"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "loadSprite",
|
|
|
|
"key": "hiro_sword",
|
|
|
|
"path": "shattered_sword_assets/images/story4.png",
|
|
|
|
"positon": [
|
|
|
|
630,
|
|
|
|
300
|
|
|
|
],
|
|
|
|
"scale": [
|
|
|
|
7,
|
|
|
|
7
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-04-02 21:44:53 -04:00
|
|
|
{
|
|
|
|
"speaker": "Hiro",
|
2022-04-11 22:36:56 -04:00
|
|
|
"content": "I should go on the journey to collect the pieces of the sword... and kill the monster!",
|
2022-04-03 14:29:42 -04:00
|
|
|
"actions": [
|
2022-04-11 22:36:56 -04:00
|
|
|
{
|
|
|
|
"type": "showSprite",
|
|
|
|
"key": "hiro_sword"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"speaker": "",
|
|
|
|
"content": "",
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "hideSprite",
|
|
|
|
"key": "hiro_sword"
|
|
|
|
},
|
2022-04-03 14:29:42 -04:00
|
|
|
{
|
|
|
|
"type": "loadSprite",
|
|
|
|
"key": "hiro",
|
|
|
|
"path": "shattered_sword_assets/images/Logo.png",
|
|
|
|
"positon": [
|
2022-04-11 22:36:56 -04:00
|
|
|
650,
|
|
|
|
300
|
2022-04-03 14:29:42 -04:00
|
|
|
],
|
|
|
|
"scale": [
|
|
|
|
1,
|
|
|
|
1
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2022-04-02 21:44:53 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"speaker": "world",
|
2022-04-03 14:29:42 -04:00
|
|
|
"content": "Hello Hiro!",
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "moveSprite",
|
|
|
|
"key": "hiro",
|
|
|
|
"positon": [
|
|
|
|
100,
|
|
|
|
100
|
|
|
|
],
|
|
|
|
"scale": [
|
|
|
|
2,
|
|
|
|
2
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-04-06 14:22:51 -04:00
|
|
|
"speaker": "",
|
2022-04-03 14:29:42 -04:00
|
|
|
"content": "this should hide the image",
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "hideSprite",
|
|
|
|
"key": "hiro"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2022-04-06 14:22:51 -04:00
|
|
|
"speaker": "",
|
2022-04-03 14:29:42 -04:00
|
|
|
"content": "this should show it again",
|
|
|
|
"actions": [
|
|
|
|
{
|
|
|
|
"type": "showSprite",
|
|
|
|
"key": "hiro"
|
|
|
|
}
|
|
|
|
]
|
2022-04-02 21:44:53 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|