From abbc6ed9cfb798f0dca493774311324105ca0b0b Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 18 Apr 2016 02:56:59 +0200 Subject: enlarged world --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.js b/game.js index 8ae302b..a694cf4 100644 --- a/game.js +++ b/game.js @@ -415,7 +415,7 @@ var Level = (function (_super) { for (var i = 0; i < 3; i++) { this.spawn(20, 20); } - var groundGeometry = new THREE.BoxGeometry(1000, 1, 1000); + var groundGeometry = new THREE.BoxGeometry(1200, 1, 1200); this.ground = new Physijs.BoxMesh(groundGeometry, Level.mat, 0); this.add(this.ground); } -- cgit v1.2.3-70-g09d2