From 88c99d9442e34923d64ad4d2d2a9b90742ec0cfd Mon Sep 17 00:00:00 2001 From: David espinosa <104380606+davespser@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:18:53 +0100 Subject: [PATCH] Update menu.js --- js/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/menu.js b/js/menu.js index b60b2ee4..9bad3a3a 100644 --- a/js/menu.js +++ b/js/menu.js @@ -1,6 +1,6 @@ // Importar Three.js y GSAP import * as THREE from "https://cdn.jsdelivr.net/npm/three@0.152.2/build/three.module.js"; -import { gsap } from 'gsap'; +import { gsap } from 'https://cdn.jsdelivr.net/npm/gsap@3.11.5/dist/gsap.min.js'; // Crear la escena, cámara y renderizador const scene = new THREE.Scene();