add buff selection to the guide
This commit is contained in:
parent
f23490ebe8
commit
4bd36085be
BIN
dist/shattered_sword_assets/images/guide5.png
vendored
Normal file
BIN
dist/shattered_sword_assets/images/guide5.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 431 B |
BIN
dist/shattered_sword_assets/images/guide6.png
vendored
Normal file
BIN
dist/shattered_sword_assets/images/guide6.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 536 B |
|
@ -113,11 +113,57 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"speaker": "",
|
"speaker": "",
|
||||||
"content": "",
|
"content": "Use the number key to select buff.",
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"type": "hideSprite",
|
"type": "hideSprite",
|
||||||
"key": "dash"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user