File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 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 ) ;
You can’t perform that action at this time.
0 commit comments