Spaces:
Running
Running
cutechicken
commited on
Commit
β’
237d7d4
1
Parent(s):
ba01407
Update game.js
Browse files
game.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
|
5 |
// κ²μ μμ
|
6 |
const GAME_DURATION = 180;
|
|
|
1 |
+
const THREE = window.THREE;
|
2 |
+
const GLTFLoader = window.THREE.GLTFLoader;
|
3 |
+
const PointerLockControls = window.THREE.PointerLockControls;
|
4 |
|
5 |
// κ²μ μμ
|
6 |
const GAME_DURATION = 180;
|