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

View File

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

View File

@ -23,32 +23,6 @@ main.floors.jiaocheng02=
], ],
"12,0": [ "12,0": [
"法杖魔攻比例10%魔防比例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": { "changeFloor": {