update: position intro

This commit is contained in:
math-pixel
2026-05-14 11:16:58 +02:00
parent 41c38a35b2
commit 3222d2ed3d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ export const PLAYER_MAX_DELTA = 0.05;
export const PLAYER_ACCELERATION_MULTIPLIER = 9;
export const PLAYER_XZ_DAMPING_FACTOR = 8;
export const PLAYER_SPAWN_POSITION_GAME: Vector3Tuple = [0, 50, 0];
export const PLAYER_SPAWN_POSITION_GAME: Vector3Tuple = [6.56,5,71.55];
export const PLAYER_SPAWN_POSITION_PHYSICS: Vector3Tuple = [0, 3, 0];
+3 -3
View File
@@ -4,9 +4,9 @@ import type { Vector3Tuple } from "@/types/three/three";
export const ZONES: Zone[] = [
{
id: "fabrikExit",
position: [-5, 25, -15] as Vector3Tuple,
radius: 10,
height: 20,
position: [18.43,0,75.3] as Vector3Tuple,
radius: 4,
height: 10,
targetStep: "bike" as GameStep,
},
];