mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 20:33:54 -04:00
Fixed entity lifetime problems
This commit is contained in:
parent
a8bc92a951
commit
38d461f8d6
4 changed files with 110 additions and 129 deletions
|
@ -1,6 +0,0 @@
|
|||
local Component = require("src").component
|
||||
|
||||
return Component(function(e, x, y)
|
||||
e.x = x
|
||||
e.y = y
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue