Fix Bug
This commit is contained in:
parent
498b2a7a24
commit
024fed913b
@ -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},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user