gini1 commited on
Commit
f104df5
โ€ข
1 Parent(s): 2bbf99e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -8
index.html CHANGED
@@ -247,15 +247,17 @@
247
  <div class="radar-sweep"></div>
248
  <div class="radar-targets"></div>
249
  </div>
250
-
251
- <script type="importmap">
252
- {
253
- "imports": {
254
- "three": "https://unpkg.com/three@0.157.0/build/three.module.js",
255
- "three/addons/": "https://unpkg.com/three@0.157.0/examples/jsm/"
256
- }
257
  }
258
- </script>
 
 
 
259
 
260
  <script type="module">
261
  // [์ด์ „์— ์ œ๊ณต๋œ JavaScript ์ฝ”๋“œ๋ฅผ ์—ฌ๊ธฐ์— ์‚ฝ์ž…]
 
247
  <div class="radar-sweep"></div>
248
  <div class="radar-targets"></div>
249
  </div>
250
+ <!-- index.html์˜ script ๋ถ€๋ถ„ ์ˆ˜์ • -->
251
+ <script type="importmap">
252
+ {
253
+ "imports": {
254
+ "three": "https://unpkg.com/three@0.157.0/build/three.module.js",
255
+ "three/addons/": "https://unpkg.com/three@0.157.0/examples/jsm/"
 
256
  }
257
+ }
258
+ </script>
259
+ <script type="module" src="game.js"></script>
260
+
261
 
262
  <script type="module">
263
  // [์ด์ „์— ์ œ๊ณต๋œ JavaScript ์ฝ”๋“œ๋ฅผ ์—ฌ๊ธฐ์— ์‚ฝ์ž…]