add end story resources

This commit is contained in:
Kelly Peng 2022-05-09 14:54:19 -04:00
parent 394212ff22
commit 70c72adb33
9 changed files with 56 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,56 @@
{
"texts": [
{
"speaker": "",
"content": "Hiro gained one more piece of sword!",
"actions": [
{
"type": "loadSprite",
"key": "collect",
"path": "shattered_sword_assets/images/collect1.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "Congrats! You can choose buff to gain from completing this level!",
"actions": [
{
"type": "hideSprite",
"key": "collect"
},
{
"type": "loadSprite",
"key": "buff",
"path": "shattered_sword_assets/images/buff.png",
"positon": [
300,
150
],
"scale": [
2,
2
]
}
]
},
{
"speaker": "",
"content": "Let's move on to the next level!",
"actions": [
{
"type": "hideSprite",
"key": "buff"
}
]
}
]
}