mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Progress
This commit is contained in:
parent
a1ae1cc519
commit
b4527635d6
@ -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.
Loading…
x
Reference in New Issue
Block a user