From 4678fb3f59c73c3211c2b2380e661c4c52f672f5 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 20 Mar 2018 14:35:39 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 70 bytes modified --- 21g30t1e75.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index a5aee9e..95d930b 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -87,8 +87,8 @@ GameLib.CustomCode.prototype.visualizeGrid = function (color) { for (var x = 0; x < this.grid[y].length; x++) { this.starsGeometry.vertices.push( new THREE.Vector3( - x, - y, + x + GameLib.CustomCode.GRID_OFFSET_X, + y + GameLib.CustomCode.GRID_OFFSET_Y, 5 ) );