add buff selection to the guide

This commit is contained in:
Kelly Peng 2022-05-09 15:15:05 -04:00
parent f23490ebe8
commit 4bd36085be
3 changed files with 47 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

View File

@ -113,11 +113,57 @@
},
{
"speaker": "",
"content": "",
"content": "Use the number key to select buff.",
"actions": [
{
"type": "hideSprite",
"key": "dash"
},
{
"type": "loadSprite",
"key": "buff",
"path": "shattered_sword_assets/images/guide5.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "Press 1 to select buff 1.",
"actions": [
{
"type": "hideSprite",
"key": "buff"
},
{
"type": "loadSprite",
"key": "buff2",
"path": "shattered_sword_assets/images/guide6.png",
"positon": [
300,
150
],
"scale": [
3,
3
]
}
]
},
{
"speaker": "",
"content": "",
"actions": [
{
"type": "hideSprite",
"key": "buff2"
}
]
},