diff --git a/21g30t1e75.js b/21g30t1e75.js index 165edf5..9f652e4 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -111,8 +111,8 @@ GameLib.CustomCode.prototype.visualizeGrid = function (color) { function(y, yIndex) { this.starsGeometry.vertices.push( new THREE.Vector3( - xIndex + GameLib.CustomCode.GRID_OFFSET_X, - yIndex + GameLib.CustomCode.GRID_OFFSET_Y, + (xIndex + GameLib.CustomCode.GRID_OFFSET_X) * GameLib.CustomCode.BODY_SCALE_X, + (yIndex + GameLib.CustomCode.GRID_OFFSET_Y) * GameLib.CustomCode.BODY_SCALE_Y, 5 ) );