Compare commits

..

No commits in common. "98b10980cdcba9d638e9f6969d8265d0ed98551f" and "246b57d56e86c5f1587a7d1f60d68f56ba684ea4" have entirely different histories.

3 changed files with 28 additions and 66 deletions

View File

@ -1916,22 +1916,28 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
],
"startText": [
{
"type": "setText"
},
{
"type": "setHeroOpacity",
"opacity": 0
},
{
"type": "setCurtain",
"color": [
0,
0,
0,
1
],
"time": 500,
"keep": true
"type": "if",
"condition": "false",
"true": [
{
"type": "setText"
},
{
"type": "setHeroOpacity",
"opacity": 0
},
{
"type": "setCurtain",
"color": [
0,
0,
0,
1
],
"time": 500,
"keep": true
}
]
},
{
"type": "function",
@ -1946,21 +1952,12 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"name": "强制横屏"
},
{
"type": "insert",
"name": "chapter0"
},
{
"type": "confirm",
"text": "要进行教程内容吗",
"yes": [],
"no": [
"type": "if",
"condition": "false",
"true": [
{
"type": "changeFloor",
"floorId": "guangchang",
"loc": [
6,
10
]
"type": "insert",
"name": "chapter0"
}
]
}

View File

@ -11,16 +11,7 @@ main.floors.jiaocheng01=
"images": [],
"ratio": 1,
"defaultGround": "X90078",
"firstArrive": [
{
"type": "setHeroOpacity",
"opacity": 1
},
{
"type": "setCurtain",
"time": 1000
}
],
"firstArrive": [],
"eachArrive": [],
"parallelDo": "",
"events": {

View File

@ -23,32 +23,6 @@ main.floors.jiaocheng02=
],
"12,0": [
"法杖魔攻比例10%魔防比例0%"
],
"6,0": [
{
"type": "setCurtain",
"color": [
0,
0,
0,
1
],
"time": 1000,
"keep": true
},
{
"type": "setValue",
"name": "flag:__visited__",
"value": "{}"
},
{
"type": "changeFloor",
"floorId": "guangchang",
"loc": [
6,
10
]
}
]
},
"changeFloor": {