Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
<script type="module">
|
20 |
const rootPath = 'https://playcanvas.vercel.app';
|
21 |
const deviceType = "webgl2";
|
22 |
-
import * as pc from "https://cdn.skypack.dev/playcanvas@v1.
|
23 |
window.pc = pc;
|
24 |
const canvas = document.getElementById('application-canvas');
|
25 |
window.focus();
|
|
|
19 |
<script type="module">
|
20 |
const rootPath = 'https://playcanvas.vercel.app';
|
21 |
const deviceType = "webgl2";
|
22 |
+
import * as pc from "https://cdn.skypack.dev/playcanvas@v1.68.0";
|
23 |
window.pc = pc;
|
24 |
const canvas = document.getElementById('application-canvas');
|
25 |
window.focus();
|