update snow level start story

This commit is contained in:
Kelly Peng 2022-05-09 14:17:48 -04:00
parent d4e8b22946
commit 6062b15398
2 changed files with 24 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -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"
} }
] ]
} }