mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-01 20:03:55 -04:00
Allow named worlds
This commit is contained in:
parent
d4efca976c
commit
d0e227485e
6 changed files with 50 additions and 7 deletions
6
main.lua
6
main.lua
|
@ -46,7 +46,11 @@ function test_system:init()
|
|||
end
|
||||
|
||||
function test_system:update(dt) -- luacheck: ignore
|
||||
--print(#self.pool)
|
||||
--[=[
|
||||
for _, v in ipairs(self.pool) do
|
||||
print(v)
|
||||
end
|
||||
]=]
|
||||
end
|
||||
|
||||
function test_system:update2(dt) -- luacheck: ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue