mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
Rename 'context' to 'world'
This commit is contained in:
parent
26bd0ef937
commit
83162ec02c
5 changed files with 69 additions and 72 deletions
|
@ -4,7 +4,7 @@ local Entity = Concord.entity
|
|||
local Component = Concord.component
|
||||
local System = Concord.system
|
||||
|
||||
local Game = Concord.context()
|
||||
local Game = Concord.world()
|
||||
|
||||
local Position = Component(function(e, x, y)
|
||||
e.x = x
|
||||
|
@ -48,8 +48,6 @@ function CircleRenderer:flush()
|
|||
for _, e in ipairs(self.pool.removed) do
|
||||
print(tostring(e).. " was removed from my pool D:")
|
||||
end
|
||||
|
||||
self:clear()
|
||||
end
|
||||
|
||||
function CircleRenderer:draw()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue