made a table local
This commit is contained in:
@@ -2,7 +2,8 @@ Entity = {class = "Entity"}
|
||||
LoadedObjects.Entities = {}
|
||||
|
||||
function Entity:New(x,y)
|
||||
o = {}
|
||||
local o = {}
|
||||
|
||||
o.pos = {x = x, y = y}
|
||||
o.vel = {x = 0, y = 0}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user