summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.ts b/game.ts
index 48e8281..027ffd0 100644
--- a/game.ts
+++ b/game.ts
@@ -504,7 +504,7 @@ class Level extends Physijs.Scene {
this.spawn(20, 20);
}
- let groundGeometry = new THREE.BoxGeometry(1000, 1, 1000);
+ let groundGeometry = new THREE.BoxGeometry(1200, 1, 1200);
this.ground = new Physijs.BoxMesh(groundGeometry, Level.mat, 0);
this.add(this.ground);
}