Add wandering sprites back to map via map objects
This commit is contained in:
@@ -1023,7 +1023,7 @@ GameState.prototype.check_input = function()
|
|||||||
setSpriteMovement(player, controls.up.shiftKey, 'right');
|
setSpriteMovement(player, controls.up.shiftKey, 'right');
|
||||||
} else {
|
} else {
|
||||||
player.animations.stop(null, true);
|
player.animations.stop(null, true);
|
||||||
} else if ( controls.
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GameState.prototype.update = function()
|
GameState.prototype.update = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user