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');
|
||||
} else {
|
||||
player.animations.stop(null, true);
|
||||
} else if ( controls.
|
||||
}
|
||||
}
|
||||
|
||||
GameState.prototype.update = function()
|
||||
|
||||
Reference in New Issue
Block a user