Spaces:
Running
Running
cutechicken
commited on
Commit
•
32cbd30
1
Parent(s):
237d7d4
Update index.html
Browse files- index.html +5 -11
index.html
CHANGED
@@ -336,16 +336,7 @@
|
|
336 |
</div>
|
337 |
</div>
|
338 |
|
339 |
-
|
340 |
-
|
341 |
-
<script type="importmap">
|
342 |
-
{
|
343 |
-
"imports": {
|
344 |
-
"three": "https://unpkg.com/three@0.157.0/build/three.module.js",
|
345 |
-
"three/addons/": "https://unpkg.com/three@0.157.0/examples/jsm/"
|
346 |
-
}
|
347 |
-
}
|
348 |
-
</script>
|
349 |
<script>
|
350 |
function startGame() {
|
351 |
document.getElementById('startScreen').style.display = 'none';
|
@@ -362,6 +353,9 @@
|
|
362 |
}
|
363 |
});
|
364 |
</script>
|
365 |
-
<script
|
|
|
|
|
|
|
366 |
</body>
|
367 |
</html>
|
|
|
336 |
</div>
|
337 |
</div>
|
338 |
|
339 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
340 |
<script>
|
341 |
function startGame() {
|
342 |
document.getElementById('startScreen').style.display = 'none';
|
|
|
353 |
}
|
354 |
});
|
355 |
</script>
|
356 |
+
<script src="https://unpkg.com/three@0.157.0/build/three.js"></script>
|
357 |
+
<script src="https://unpkg.com/three@0.157.0/examples/js/loaders/GLTFLoader.js"></script>
|
358 |
+
<script src="https://unpkg.com/three@0.157.0/examples/js/controls/PointerLockControls.js"></script>
|
359 |
+
<script src="game.js"></script>
|
360 |
</body>
|
361 |
</html>
|