8 lines
90 B
Lua
8 lines
90 B
Lua
-- pieces of levels
|
|
|
|
Chunk = {}
|
|
Chunk.__index = Chunk
|
|
|
|
function Chunk:new(file, rect)
|
|
end
|