First Version

This commit is contained in:
2024-09-09 09:28:16 +02:00
parent 1ab45204b9
commit e5d35618f8
9 changed files with 69 additions and 43 deletions

View File

@@ -1,8 +1,7 @@
import { Vector3 } from "@minecraft/server";
import { TrailType } from "../Commandeer/trail/trailTypes";
import { vector3 } from "../Commandeer/utils/vectorUtils";
let IntroToLevel1Trail: TrailType = {
const IntroToLevel1Trail: TrailType = {
name: "IntroToLevel1Trail",
points: [
{ index: 0, position: vector3(2468, 11.1, 104.5) },