Merge branch 'v2.5.5' into v2.0

This commit is contained in:
oc 2019-03-11 11:47:59 +08:00
commit e52c6390d3

View File

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