Merge branch 'develop' into feat/gps

This commit is contained in:
math-pixel
2026-05-28 07:50:25 +02:00
4 changed files with 127 additions and 0 deletions
+2
View File
@@ -28,6 +28,7 @@ import { GameMap } from "@/world/GameMap";
import { GameStageContent } from "@/world/GameStageContent";
import { Player } from "@/world/player/Player";
import { TestMap } from "@/world/debug/TestMap";
import { NetTest } from "@/components/three/debug/NetTest";
import type { SceneLoadingChangeHandler } from "@/types/world/sceneLoading";
import { EbikeGPSMap } from "@/components/ebike/EbikeGPSMap";
@@ -100,6 +101,7 @@ export function World({ onLoadingStateChange }: WorldProps): React.JSX.Element {
</>
) : (
<TestMap onOctreeReady={handleOctreeReady} />
<NetTest />
)}
{sceneMode !== "game" && spawnPlayer ? (