refactor: move game map into world folder

This commit is contained in:
Tom Boullay
2026-04-28 09:47:09 +02:00
parent d7425ac17d
commit b8f6fe59db
7 changed files with 7 additions and 62 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { DebugCameraControls } from "@/utils/debug/scene/DebugCameraControls";
import { DebugHelpers } from "@/utils/debug/scene/DebugHelpers";
import { Environment } from "@/world/Environment";
import { Lighting } from "@/world/Lighting";
import { GameMap } from "@/components/game/GameMap";
import { GameMap } from "@/world/GameMap";
import { PlayerComponent } from "@/world/player/PlayerComponent";
import { TestScene } from "@/world/debug/TestScene";