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