mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-23 11:40:46 +00:00
Add files via upload
This commit is contained in:
@@ -19,7 +19,7 @@ GroupOutside = GROUP:FindByName( "Test Outside Polygon" )
|
|||||||
|
|
||||||
House = STATIC:FindByName( "House" )
|
House = STATIC:FindByName( "House" )
|
||||||
ZoneA = ZONE_RADIUS:New( "Zone A", House:GetVec2(), 300 )
|
ZoneA = ZONE_RADIUS:New( "Zone A", House:GetVec2(), 300 )
|
||||||
ZoneA:SmokeZone( SMOKECOLOR.White, 90 )
|
ZoneA:SmokeZone(SMOKECOLOR.White,90)
|
||||||
|
|
||||||
Messager = SCHEDULER:New( nil,
|
Messager = SCHEDULER:New( nil,
|
||||||
function()
|
function()
|
||||||
@@ -29,4 +29,3 @@ Messager = SCHEDULER:New( nil,
|
|||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
{}, 0, 1 )
|
{}, 0, 1 )
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user