summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game.js2
1 files changed, 1 insertions, 1 deletions
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);
}