load manifest in correct order

[?]
Nov 28, 2022, 2:03 AM
ECUOUZI7JCVMXHY57MF6VA6FQMYOXRZXAMWCYWZVTAQ266UR23MQC

Dependencies

Change contents

  • edit in main.lua at line 126
    [2.3767]
    [2.3767]
    local files_to_load = {}
  • replacement in main.lua at line 131
    [2.3919][2.3919:4020]()
    local buf = love.filesystem.read(filename)
    assert(buf and buf ~= '')
    app.eval(buf)
    [2.3919]
    [2.4020]
    table.insert(files_to_load, filename)
  • edit in main.lua at line 134
    [2.4034]
    [2.4034]
    table.sort(files_to_load)
    for _,filename in ipairs(files_to_load) do
    local buf = love.filesystem.read(filename)
    assert(buf and buf ~= '')
    app.eval(buf)
    end