Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePrisco committed Sep 22, 2023
1 parent e8e7aa9 commit 1fa5987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// import TWEEN from '../libs/tween.js-main/dist/tween.esm.js';
// import {OrbitControls} from '../libs/three.js-master/examples/jsm/controls/OrbitControls.js';
// import {GLTFLoader} from '../libs/three.js-master/examples/jsm/loaders/GLTFLoader.js';
import * as THREE from './libs/three.module.js';
import TWEEN from './libs/tween.esm.js';
import * as THREE from '../libs/three.module.js';
import TWEEN from '../libs/tween.esm.js';
// import {OrbitControls} from '../libs/three.js-master/examples/jsm/controls/OrbitControls.js';
import {GLTFLoader} from './libs/GLTFLoader.js';
import {GLTFLoader} from '../libs/GLTFLoader.js';

import { initCharacters, initCharacterGame, initCharacterKeybordEventListeners, pauseCharacterGame } from './animations.js';
import { degToRad, playMusic, playSound } from './utils.js';
Expand Down

0 comments on commit 1fa5987

Please sign in to comment.