Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -353,9 +353,9 @@
|
|
| 353 |
}
|
| 354 |
});
|
| 355 |
</script>
|
| 356 |
-
<script src="https://
|
| 357 |
-
<script src="https://
|
| 358 |
-
<script src="https://
|
| 359 |
<script src="game.js"></script>
|
| 360 |
</body>
|
| 361 |
</html>
|
|
|
|
| 353 |
}
|
| 354 |
});
|
| 355 |
</script>
|
| 356 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r155/three.min.js"></script>
|
| 357 |
+
<script src="https://cdn.jsdelivr.net/npm/three@0.155.0/examples/js/loaders/GLTFLoader.js"></script>
|
| 358 |
+
<script src="https://cdn.jsdelivr.net/npm/three@0.155.0/examples/js/controls/PointerLockControls.js"></script>
|
| 359 |
<script src="game.js"></script>
|
| 360 |
</body>
|
| 361 |
</html>
|