Files
Reeks2Missie9/scripts/trails/TransitionTrailToLevel3.ts

32 lines
1.4 KiB
TypeScript

import { Vector3 } from "@minecraft/server";
import { TrailType } from "../Commandeer/trail/trailTypes";
import { vector3 } from "../Commandeer/utils/vectorUtils";
let TransitionTrailToLevel3: TrailType = {
name: "TransitionTrailToLevel3",
points: [
{ index: 0, position: vector3(-110, 71.1, 265.5) },
{ index: 1, position: vector3(-111, 71.1, 265.5) },
{ index: 2, position: vector3(-112, 71.1, 265.5) },
{ index: 3, position: vector3(-113, 71.1, 265.5) },
{ index: 4, position: vector3(-114, 71.1, 265.5) },
{ index: 5, position: vector3(-115, 71.1, 265.5) },
{ index: 6, position: vector3(-116, 71.1, 265.5) },
{ index: 7, position: vector3(-117, 71.1, 265.5) },
{ index: 8, position: vector3(-118, 71.1, 265.5) },
{ index: 9, position: vector3(-119, 71.1, 265.5) },
{ index: 10, position: vector3(-120, 71.1, 265.5) },
{ index: 11, position: vector3(-121, 71.1, 265.5) },
{ index: 12, position: vector3(-122, 71.1, 265.5) },
{ index: 13, position: vector3(-123, 71.1, 265.5) },
{ index: 14, position: vector3(-124, 71.1, 265.5) },
{ index: 15, position: vector3(-125, 71.1, 265.5) },
{ index: 16, position: vector3(-126, 71.1, 265.5) },
{ index: 17, position: vector3(-127, 71.1, 265.5) },
{ index: 18, position: vector3(-128, 71.1, 265.5) },
{ index: 19, position: vector3(-129, 71.1, 265.5) },
],
};
export { TransitionTrailToLevel3 };