This commit is contained in:
oc 2018-01-18 22:46:33 +08:00
parent 498b2a7a24
commit 024fed913b

View File

@ -1535,6 +1535,7 @@ core.prototype.setHeroMoveTriggerInterval = function () {
////// 实际每一步的行走过程 //////
core.prototype.moveAction = function (callback) {
if (core.interval.openDoorAnimate!=null) return; // 开门判断
var scan = {
'up': {'x': 0, 'y': -1},
'left': {'x': -1, 'y': 0},