diff options
| author | J08nY | 2016-04-18 09:05:36 +0200 |
|---|---|---|
| committer | J08nY | 2016-04-18 09:05:36 +0200 |
| commit | b6f7c193221e21ccd27c50b66aede8a4c0b7d736 (patch) | |
| tree | ce58f8014ed7dc556802545f8b7ca365b8e65b72 /game.ts | |
| parent | 25fe435ae88418ac99628d041027d6b874dea006 (diff) | |
| download | ld35-b6f7c193221e21ccd27c50b66aede8a4c0b7d736.tar.gz ld35-b6f7c193221e21ccd27c50b66aede8a4c0b7d736.tar.zst ld35-b6f7c193221e21ccd27c50b66aede8a4c0b7d736.zip | |
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; |
