Allow named worlds

This commit is contained in:
Tjakka5 2019-12-19 20:14:21 +01:00
parent d4efca976c
commit d0e227485e
6 changed files with 50 additions and 7 deletions

View file

@ -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