From 91897521b4d83aed467e92db9576bfb3070efe2a Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 20:18:41 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 55 bytes modified --- 21g30t1e75.js | 1 + 1 file changed, 1 insertion(+) 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;