Merge lines.love

[?]
Oct 10, 2023, 3:46 AM
EGEOHXM6CS7QGJEJD4DSQ4YP5BNXQA3GYI53QVZUIGZU73WZT7PAC

Dependencies

Change contents

  • edit in main.lua at line 71
    [4.76]
    [4.431]
    end
    end
    function App.version_check()
    -- available modes: run, error
    Error_message = nil
    Error_count = 0
    -- we'll reuse error mode on load for an initial version check
    local supported_versions = {'11.4', '12.0'} -- put the recommended version first
    local minor_version
    Major_version, minor_version = love.getVersion()
    Version = Major_version..'.'..minor_version
    if array.find(supported_versions, Version) == nil then
    Current_app = 'error'
    Error_message = ("This app doesn't support version %s; please use version %s. Press any key to try it with this version anyway."):format(Version, supported_versions[1])
    print(Error_message)
    -- continue initializing everything; hopefully we won't have errors during initialization
  • edit in main.lua at line 317
    [4.268][2.54:54](),[4.115][3.20:776](),[4.115][3.20:776](),[4.115][3.20:776]()
    end
    end
    function App.version_check()
    -- available modes: run, error
    Error_message = nil
    Error_count = 0
    -- we'll reuse error mode on load for an initial version check
    local supported_versions = {'11.4', '12.0'} -- put the recommended version first
    local minor_version
    Major_version, minor_version = love.getVersion()
    Version = Major_version..'.'..minor_version
    if array.find(supported_versions, Version) == nil then
    Current_app = 'error'
    Error_message = ("This app doesn't support version %s; please use version %s. Press any key to try it with this version anyway."):format(Version, supported_versions[1])
    print(Error_message)
    -- continue initializing everything; hopefully we won't have errors during initialization
  • resolve order conflict in main.lua at line 317
    [4.268]