WNHI74P7U7VMNAQDGPFI7ZFI57HWA7CPUSIVZKCAIQMAIX5PFEYQC
LRDM35CEK3OHXOTB7TEFJRL7P6PQWO5ZG3F2BVA7DIDFHBPJQ7KAC
local files_to_load = {}
local buf = love.filesystem.read(filename) assert(buf and buf ~= '') live.eval(buf)
local buf = love.filesystem.read(filename)
assert(buf and buf ~= '')
live.eval(buf)
table.insert(files_to_load, filename)
table.sort(files_to_load) for _,filename in ipairs(files_to_load) do local buf = love.filesystem.read(filename) assert(buf and buf ~= '') live.eval(buf) end
table.sort(files_to_load)
for _,filename in ipairs(files_to_load) do
end