Progressing on the Escort positioning system.

This commit is contained in:
FlightControl
2016-03-31 10:07:59 +02:00
parent 6834a5f6ea
commit d4719be695
23 changed files with 11540 additions and 27 deletions

View File

@@ -592,6 +592,7 @@ function GROUP:TaskRouteToVec3( Point, Speed )
PointTo.alt = Point.y
PointTo.type = "Turning Point"
PointTo.speed = Speed
PointTo.speed_locked = true
local Points = { PointFrom, PointTo }