First Version
This commit is contained in:
@@ -8,7 +8,7 @@ const level1StartPosition: Vector3 = vector3(2488, -2, 7);
|
||||
const level1AgentFacing: Vector3 = vector3(0, 0, 1);
|
||||
const Level1EndPosition: Vector3 = vector3(2488, -2, 22);
|
||||
|
||||
let mission3part1: AbstractAgentTrackMission = new AbstractAgentTrackMission(
|
||||
const mission3part1: AbstractAgentTrackMission = new AbstractAgentTrackMission(
|
||||
"mission3part1",
|
||||
level1StartPosition,
|
||||
level1AgentFacing,
|
||||
|
||||
@@ -8,7 +8,7 @@ const level1StartPosition: Vector3 = vector3(2492, -2, 26);
|
||||
const level1AgentFacing: Vector3 = vector3(0, 0, 1);
|
||||
const Level1EndPosition: Vector3 = vector3(2484, -2, 32);
|
||||
|
||||
let mission3part2: AbstractAgentTrackMission = new AbstractAgentTrackMission(
|
||||
const mission3part2: AbstractAgentTrackMission = new AbstractAgentTrackMission(
|
||||
"mission3part2",
|
||||
level1StartPosition,
|
||||
level1AgentFacing,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user