录像中存档
This commit is contained in:
parent
77ca6530cc
commit
51b3980ee2
@ -2934,7 +2934,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
];
|
];
|
||||||
this.replayAction = [
|
this.replayAction = [
|
||||||
[core.triggerReplay, core.stopReplay, core.rewindReplay],
|
[core.triggerReplay, core.stopReplay, core.rewindReplay],
|
||||||
[core.speedDownReplay, core.speedUpReplay, core.saveReplay],
|
[core.speedDownReplay, core.speedUpReplay, function () { core.control._replay_SL() }],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
//更新
|
//更新
|
||||||
@ -4849,8 +4849,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
var func = core.enemys[name];
|
var func = core.enemys[name];
|
||||||
core.enemys[name] = function () {
|
core.enemys[name] = function () {
|
||||||
var args =
|
var args =
|
||||||
arguments.length === 1 ?
|
arguments.length === 1 ? [arguments[0]] :
|
||||||
[arguments[0]] :
|
|
||||||
Array.apply(null, arguments);
|
Array.apply(null, arguments);
|
||||||
if (typeof args[0] == "string") args[0] = core.enemys.enemys[args[0]];
|
if (typeof args[0] == "string") args[0] = core.enemys.enemys[args[0]];
|
||||||
return func.apply(core.enemys, args);
|
return func.apply(core.enemys, args);
|
||||||
|
Loading…
Reference in New Issue
Block a user