update step
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { Zone } from "@/types/game";
|
||||
import type { Vector3Tuple } from "@/types/3d";
|
||||
|
||||
export const ZONES: Zone[] = [
|
||||
{
|
||||
id: "fabrikExit",
|
||||
position: [-5, 25, -15] as Vector3Tuple,
|
||||
radius: 10,
|
||||
height: 20,
|
||||
targetStep: "outOfFabrik",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user