Fix input2:===

This commit is contained in:
oc 2019-03-11 11:47:12 +08:00
parent c983ba09c7
commit 6008e36fc9

View File

@ -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() {