Compare commits

...

2 Commits

Author SHA1 Message Date
f8c16b22c0 Merge branch 'noAnimate' into hasAnimate 2023-06-21 23:44:07 +08:00
f43b4df8f0 修复40层剧情问题 2023-06-21 23:43:35 +08:00

View File

@ -786,10 +786,19 @@ main.floors.MT40=
"code": 39, "code": 39,
"time": 0 "time": 0
}, },
{
"type": "moveHero",
"steps": [
"up:1"
]
},
{ {
"type": "battle", "type": "battle",
"id": "E383" "id": "E383"
}, },
{
"type": "waitAsync"
},
{ {
"type": "hide", "type": "hide",
"loc": [ "loc": [
@ -1064,7 +1073,7 @@ main.floors.MT40=
"type": "changePos", "type": "changePos",
"loc": [ "loc": [
7, 7,
5 3
], ],
"direction": "down" "direction": "down"
}, },
@ -1413,7 +1422,7 @@ main.floors.MT40=
}, },
{ {
"type": "showImage2", "type": "showImage2",
"code": 59, "code": 20,
"image": "shaohuzixin.png", "image": "shaohuzixin.png",
"loc": [ "loc": [
200, 200,
@ -1427,7 +1436,7 @@ main.floors.MT40=
"\t[邵虎]现在......先把衰弱解了吧。", "\t[邵虎]现在......先把衰弱解了吧。",
{ {
"type": "hideImage", "type": "hideImage",
"code": 59, "code": 20,
"time": 0 "time": 0
}, },
{ {