update: position intro
This commit is contained in:
@@ -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
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user