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

@@ -9,7 +9,7 @@ const level1AgentFacing: Vector3 = vector3(1, 0, 0);
const Level1EndPosition: Vector3 = vector3(2488, -2, 57);
const mission3part2: AbstractAgentTrackMission = new AbstractAgentTrackMission(
"mission3part2",
"mission3part3",
level1StartPosition,
level1AgentFacing,
Level1EndPosition,