diff --git a/libs/control.js b/libs/control.js index 754cbf77..a9296e4a 100644 --- a/libs/control.js +++ b/libs/control.js @@ -1825,6 +1825,11 @@ control.prototype.replay = function () { var action=core.status.replay.toReplay.shift(); + if (action == 'input2:===') { + core.replay(); + return; + } + if (action=='up' || action=='down' || action=='left' || action=='right') { core.moveHero(action, function () { setTimeout(function() {