diff options
| author | J08nY | 2016-04-16 06:41:19 +0200 |
|---|---|---|
| committer | J08nY | 2016-04-16 06:41:19 +0200 |
| commit | 98dabd8fec5d2930add944997577a5f702013736 (patch) | |
| tree | 24798a75df26cf252be1044a586cfe0d3604d4fa /World.ts | |
| parent | 6c5bbc5fa0bad633325fc3901a3c72c2c0ad64a5 (diff) | |
| download | ld35-98dabd8fec5d2930add944997577a5f702013736.tar.gz ld35-98dabd8fec5d2930add944997577a5f702013736.tar.zst ld35-98dabd8fec5d2930add944997577a5f702013736.zip | |
Diffstat (limited to 'World.ts')
| -rw-r--r-- | World.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/World.ts b/World.ts new file mode 100644 index 0000000..b3203be --- /dev/null +++ b/World.ts @@ -0,0 +1,11 @@ +/// <reference path="three_js/ts/three.d.ts"/> +/// <reference path="physi_js/physijs.d.ts"/> + +import {Player} from "./Player"; + +export class World { + + constructor(player: Player, scene:THREE.Scene, camera:THREE.Camera) { + + } +}
\ No newline at end of file |
