dont use nil globals, pass no args to Entity:New() instead
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Fairy = Entity:New(x,y)
|
||||
Fairy = Entity:New()
|
||||
|
||||
function Fairy:New(x,y)
|
||||
local o = Entity:New(x,y)
|
||||
|
||||
Reference in New Issue
Block a user