Merge branch 'v2.5.5' into v2.0
This commit is contained in:
commit
e52c6390d3
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user