mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Progress
This commit is contained in:
@@ -1912,7 +1912,7 @@ do -- DETECTION_AREAS
|
||||
end
|
||||
|
||||
if DETECTION_AREAS._BoundDetectedZones or self._BoundDetectedZones then
|
||||
DetectedZone:BoundZone( SMOKECOLOR.White, 30 )
|
||||
DetectedZone:BoundZone( 30 )
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -19,6 +19,6 @@
|
||||
|
||||
local FACSetGroup = SET_GROUP:New():FilterPrefixes( "FAC Group" ):FilterStart()
|
||||
|
||||
local FACDetection = DETECTION_AREAS:New( FACSetGroup, 1000, 250 ):BoundDetectedZones():SmokeDetectedUnits()
|
||||
local FACDetection = DETECTION_AREAS:New( FACSetGroup, 150, 250 ):BoundDetectedZones():SmokeDetectedUnits()
|
||||
|
||||
FACDetection:Start()
|
||||
Binary file not shown.
Reference in New Issue
Block a user