Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 70 bytes modified

beta.r3js.org
-=yb4f310 2018-03-20 14:35:39 +01:00
parent 9cd7546e15
commit 4678fb3f59
1 changed files with 2 additions and 2 deletions

View File

@ -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
)
);