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 10, 2024
1 parent ec4238d commit cfdb17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/three-scene.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as THREE from "three";
import { GLTFLoader } from "three/addons/loaders/GLTFLoader.js";
import { TerrainMesh } from "../terrain2/TerrainMesh";
import { createMenu, createJoypad, createStats } from "./ui.js"; // Importar funciones de interfaz
import { createFloor } from "./ground.js"; // Importar la función para crear el suelo

Expand Down

0 comments on commit cfdb17a

Please sign in to comment.