Add files via upload

This commit is contained in:
Applevangelist
2021-12-07 18:41:01 +01:00
committed by GitHub
parent c41a79ba68
commit 97021e08f4
2 changed files with 31 additions and 32 deletions
@@ -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 )