Compare commits

..

No commits in common. "8dfc011e977e26c60a09e9d922efad543858e627" and "cc21e5f420bcca757ec3bc2e2c5e28ba04683cb9" have entirely different histories.

5 changed files with 16 additions and 21 deletions

View File

@ -1 +1 @@
{"viewportLoc":[0,0],"editorLastFloorId":"mishi"} {"viewportLoc":[0,0],"editorLastFloorId":"guantong"}

View File

@ -43,22 +43,15 @@ main.floors.MT0=
"events": { "events": {
"10,10": [ "10,10": [
{ {
"type": "showImage2", "type": "showImage",
"code": 1, "code": 1,
"image": "shaohusikao.png", "image": "shaohusikao.png",
"sloc": [
0,
0,
null
],
"loc": [ "loc": [
80, 70,
50, 20
291,
466
], ],
"opacity": 1, "opacity": 1,
"time": 500 "time": 0
}, },
{ {
"type": "showGif", "type": "showGif",
@ -68,12 +61,10 @@ main.floors.MT0=
10 10
] ]
}, },
"\t[邵虎]............", "\t[邵虎]梅花为底,淡蓝色的屏障",
"\t[邵虎](梅花为底,淡蓝色的屏障)......", "\t[邵虎]这是《古代密要》中的【梅障结界】",
"\t[邵虎]............", "\t[邵虎]看来天塔里面不是那么简单啊",
"\t[邵虎](这是《古代密要》中的“梅障结界”)....", "\t[邵虎]以我现在的能力怕是无法破解这层屏障了,还是先不要管它为好",
"\t[邵虎](看来天塔里面不是那么简单啊)....",
"\t[邵虎](以我现在的能力怕是无法破解这层障壁了......还是先不要管它为好。)",
{ {
"type": "hideImage", "type": "hideImage",
"code": 1, "code": 1,

View File

@ -483,7 +483,7 @@ main.floors.MUDI=
}, },
{ {
"type": "function", "type": "function",
"function": "function(){\nvar time = 500;\ntime /= Math.max(core.status.replay.speed, 1)\nvar per_time = 50,\n\tstep = 0,\n\tsteps = parseInt(time / per_time);\nvar animate = core.isReplaying() ? 0 : setInterval(function () {\n\tstep++;\n\tcore.dom.wholeCtx.globalAlpha = 1;\n\tcore.dom.wholeCtx.fillRect(0, 0, core.dom.whole.width, core.dom.whole.height);\n\tcore.dom.wholeCtx.globalAlpha = 1 - step / steps;\n\tcore.drawImage(core.dom.wholeCtx, core.material.images.images['mudi.jpg'], 0, step / steps * 50);\n\tif (step == steps) {\n\t\tclearInterval(animate);\n\t}\n}, per_time);\n}" "function": "function(){\nvar time = 500;\ntime /= Math.max(core.status.replay.speed, 1)\nvar per_time = 50,\n\tstep = 0,\n\tsteps = parseInt(time / per_time);\nvar animate = core.isReplaying() ? 0 : setInterval(function () {\n\tstep++;\n\tcore.dom.wholeCtx.globalAlpha = 1;\n\tcore.dom.wholeCtx.fillRect(0, 0, core.dom.whole.width, core.dom.whole.height);\n\tcore.dom.wholeCtx.globalAlpha = 1 - step / steps;\n\tcore.drawImage(core.dom.wholeCtx, core.material.images.images['mudi.jpg'], 0, 0);\n\tif (step == steps) {\n\t\tclearInterval(animate);\n\t}\n}, per_time);\n}"
}, },
{ {
"type": "sleep", "type": "sleep",

View File

@ -456,7 +456,12 @@ main.floors.QISHI=
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
], ],
"color": null, "color": [
0,
0,
0,
1
],
"bgmap": [ "bgmap": [
], ],

View File

@ -1088,7 +1088,6 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
core.removeFlag('__fromLoad__'); core.removeFlag('__fromLoad__');
if (callback) callback(); if (callback) callback();
}); });
core.plugin.donghuas();
}, },
"getStatusLabel": function (name) { "getStatusLabel": function (name) {
// 返回某个状态英文名的对应中文标签如atk -> 攻击def -> 防御等。 // 返回某个状态英文名的对应中文标签如atk -> 攻击def -> 防御等。