Skip to content

Commit

Permalink
Update three-scene.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 9, 2024
1 parent d760fcc commit 9f8fb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/three-scene.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as THREE from "three";
import { GLTFLoader } from "three/addons/loaders/GLTFLoader.js";
import { createMenu, createJoypad } from "./js/ui.js"; // Importar funciones de interfaz
import { createMenu, createJoypad } from "./ui.js"; // Importar funciones de interfaz

let scene, camera, renderer, cube, floor, robot, light, mixer;
let speed = 0.02; // Velocidad inicial
Expand Down

0 comments on commit 9f8fb3b

Please sign in to comment.