Fixed bug thing?

This commit is contained in:
lustlion
2022-01-18 20:24:49 +01:00
parent 9307369199
commit d6de26180b
5 changed files with 120 additions and 42 deletions

View File

@@ -19,6 +19,7 @@ function CreateLight(x,y,range,lum,flicker)
o.flicker_speed = flicker_speed or 60/12
o.flicker_time = 0
table.insert(Lights,o)
return o
end