diff options
Diffstat (limited to 'game.ts')
| -rw-r--r-- | game.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -507,7 +507,7 @@ class Level extends Physijs.Scene { let groundGeometry = new THREE.BoxGeometry(1200, 1, 1200); this.ground = new Physijs.BoxMesh(groundGeometry, Level.mat, 0); this.add(this.ground); - } + }231 random(start?:number, range?:number):Vector3 { let a = Math.random() > 0.5 ? -1 : 1; |
