updated to-do

This commit is contained in:
lustlion
2022-01-18 11:21:42 +01:00
parent 5a266d6b3a
commit d0e849bf3d
3 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ Fairy = Entity:New(x,y)
o:getBoundingBox(o.body)
o.lightRange = 1155
o.lightRange = 55
o.light = CreateLight(o.pos.x,o.pos.y,o.lightRange)
setmetatable(o, self)