diff --git a/libs/control.js b/libs/control.js index df2efb46..48f8ea93 100644 --- a/libs/control.js +++ b/libs/control.js @@ -1821,6 +1821,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() {