Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -38,9 +38,9 @@
|
|
| 38 |
<button id="btn-replay">Replay</button>
|
| 39 |
</div>
|
| 40 |
|
| 41 |
-
<script type="module" src="
|
| 42 |
-
<script type="module" src="
|
| 43 |
-
<script type="module" src="
|
| 44 |
<script type="module">
|
| 45 |
import { MarsScene } from '../three/scene.js';
|
| 46 |
import { createSim, startSim, resetSim, stopSim } from '../sim/sketch.js';
|
|
|
|
| 38 |
<button id="btn-replay">Replay</button>
|
| 39 |
</div>
|
| 40 |
|
| 41 |
+
<script type="module" src="scene.js"></script>
|
| 42 |
+
<script type="module" src="sketch.js"></script>
|
| 43 |
+
<script type="module" src="runStore.js"></script>
|
| 44 |
<script type="module">
|
| 45 |
import { MarsScene } from '../three/scene.js';
|
| 46 |
import { createSim, startSim, resetSim, stopSim } from '../sim/sketch.js';
|