录像中存档

This commit is contained in:
草莓 2025-03-02 20:37:04 +08:00
parent 77ca6530cc
commit 51b3980ee2

View File

@ -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);