diff --git a/21g30t1e75.js b/21g30t1e75.js index 7adc12e..4f02fca 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -990,6 +990,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { } } + this.grid[body.position.x][body.position.y] = body this.visualizeGrid(); backup.orientation = body.orientation; backup.flip = body.flip;