录像中存档
This commit is contained in:
parent
77ca6530cc
commit
51b3980ee2
@ -2934,7 +2934,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
];
|
||||
this.replayAction = [
|
||||
[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];
|
||||
core.enemys[name] = function () {
|
||||
var args =
|
||||
arguments.length === 1 ?
|
||||
[arguments[0]] :
|
||||
arguments.length === 1 ? [arguments[0]] :
|
||||
Array.apply(null, arguments);
|
||||
if (typeof args[0] == "string") args[0] = core.enemys.enemys[args[0]];
|
||||
return func.apply(core.enemys, args);
|
||||
|
Loading…
Reference in New Issue
Block a user