Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhou77 authored Feb 5, 2024
1 parent 49a93a7 commit 648d1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<script type="module">
import 'https://cdn.jsdelivr.net/npm/@theatre/[email protected]/dist/core-only.min.js'
const { core } = Theatre
import projectState from '/aframe/theatre-project-state.json' assert { type: 'json' }
import projectState from './aframe/theatre-project-state.json' assert { type: 'json' }

window.rafDriver = core.createRafDriver({ name: 'a-frame raf' }) //create custom rafDriver

Expand Down Expand Up @@ -62,4 +62,4 @@
<a-sky color="#ECECEC"></a-sky>
</a-scene>
</body>
</html>
</html>

0 comments on commit 648d1ef

Please sign in to comment.