summaryrefslogtreecommitdiff
path: root/ts/Player.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ts/Player.ts')
-rw-r--r--ts/Player.ts15
1 files changed, 0 insertions, 15 deletions
diff --git a/ts/Player.ts b/ts/Player.ts
deleted file mode 100644
index a118b64..0000000
--- a/ts/Player.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-/// <reference path="../three_js/ts/three.d.ts"/>
-/// <reference path="../physi_js/physijs.d.ts"/>
-
-import {Morph} from "./Morph";
-
-export class Player extends Morph {
-
- constructor() {
- let mat = new THREE.MeshBasicMaterial({
- color: 0x00b0a0,
- shading: THREE.SmoothShading
- });
- super(4, mat, 1);
- }
-} \ No newline at end of file