update snow level start story
This commit is contained in:
parent
d4e8b22946
commit
6062b15398
BIN
dist/shattered_sword_assets/images/snow_story2.png
vendored
Normal file
BIN
dist/shattered_sword_assets/images/snow_story2.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
|
@ -49,11 +49,34 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"speaker": "",
|
"speaker": "",
|
||||||
"content": "Good luck on your journey!",
|
"content": "Hint: it's more slippery than usual in the snow!",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"type": "hideSprite",
|
"type": "hideSprite",
|
||||||
"key": "enemies"
|
"key": "enemies"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "loadSprite",
|
||||||
|
"key": "slippery",
|
||||||
|
"path": "shattered_sword_assets/images/snow_story2.png",
|
||||||
|
"positon": [
|
||||||
|
300,
|
||||||
|
150
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
2,
|
||||||
|
2
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"speaker": "",
|
||||||
|
"content": "Good luck on your journey!",
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"type": "hideSprite",
|
||||||
|
"key": "slippery"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user