From e8e7aa909dfd3a1c9f9c278e67b36c76f9cdc7a1 Mon Sep 17 00:00:00 2001 From: GiuseppePrisco Date: Sat, 23 Sep 2023 00:02:32 +0200 Subject: [PATCH] test --- js/script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/script.js b/js/script.js index 215fb8a..45a5c7d 100644 --- a/js/script.js +++ b/js/script.js @@ -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';