Skip to content

Commit d355877

Browse files
Update index.html
1 parent 8385095 commit d355877

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@
4747
      controls.enableDamping = true;
4848
      controls.dampingFactor = 0.05;
4949

50-
import { icegun } from '/storage/emulated/0/@RS/ig.js';
51-
import { MMG } from '/storage/emulated/0/@RS/mmg.js';
52-
import { pistol } from '/storage/emulated/0/@RS/p.js';
53-
import { pistol2 } from '/storage/emulated/0/@RS/p1.js';
54-
import { mg } from '/storage/emulated/0/@RS/mg.js';
55-
import { ft } from '/storage/emulated/0/@RS/ft.js';
56-
const BMG1 = new THREE.Group();
50+
import { icegun } from './ig.js';
51+
import { MMG } from './mmg.js';
52+
import { pistol } from './p.js';
53+
import { pistol2 } from './p1.js';
54+
import { mg } from './mg.js';
55+
import { ft } from './ft.js';
56+
57+
const BMG1 = new THREE.Group();
5758

5859
function ic(){
5960
BMG1.add(icegun);

0 commit comments

Comments
 (0)