remove dead comment.

This commit is contained in:
HyperOnion 2023-06-24 09:46:17 +02:00 committed by transoptimal
parent 9deb3b024a
commit 96678ea5a2
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ function out_of_bounds (x, y) {
y < 0 || y >= world.BOX_SIZE
}
// TODO: clean up this by making tile movement be performed by the world code.
export function set_player_pos (x, y) {
const previous_x = player.x;
const previous_y = player.y;