Fix input2:===
This commit is contained in:
parent
c983ba09c7
commit
6008e36fc9
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user