add end story resources
BIN
dist/shattered_sword_assets/images/buff.png
vendored
Normal file
After Width: | Height: | Size: 626 B |
BIN
dist/shattered_sword_assets/images/collect1.png
vendored
Normal file
After Width: | Height: | Size: 639 B |
BIN
dist/shattered_sword_assets/images/collect2.png
vendored
Normal file
After Width: | Height: | Size: 640 B |
BIN
dist/shattered_sword_assets/images/collect3.png
vendored
Normal file
After Width: | Height: | Size: 690 B |
BIN
dist/shattered_sword_assets/images/collect4.png
vendored
Normal file
After Width: | Height: | Size: 689 B |
BIN
dist/shattered_sword_assets/images/collect5.png
vendored
Normal file
After Width: | Height: | Size: 716 B |
BIN
dist/shattered_sword_assets/images/complete.png
vendored
Normal file
After Width: | Height: | Size: 631 B |
BIN
dist/shattered_sword_assets/images/finalboss_story.png
vendored
Normal file
After Width: | Height: | Size: 5.3 KiB |
56
dist/shattered_sword_assets/jsons/level1endstory.json
vendored
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|