Merge lines.love
[?]
Oct 10, 2023, 3:46 AM
EGEOHXM6CS7QGJEJD4DSQ4YP5BNXQA3GYI53QVZUIGZU73WZT7PACDependencies
- [2]
DJQXH5ECMerge lines.love - [3]
6VJTQKW7start supporting LÖVE v12 - [4]
57OGXVHZMerge lines.love - [5]
7OVYFH6IMerge lines.love - [6]
2Y7YH7UPinfrastructure for caching LÖVE text objects - [7]
ZLEPKWDJfork: capture frontend for a note-taking system - [8]
WQOSZSUEwarn on unused commandline args - [9]
KKMFQDR4editing source code from within the app - [10]
TSK2OXU2. - [*]
OTIBCAUJlove2d scaffold
Change contents
- edit in main.lua at line 71
endendfunction App.version_check()-- available modes: run, errorError_message = nilError_count = 0-- we'll reuse error mode on load for an initial version checklocal supported_versions = {'11.4', '12.0'} -- put the recommended version firstlocal minor_versionMajor_version, minor_version = love.getVersion()Version = Major_version..'.'..minor_versionif array.find(supported_versions, Version) == nil thenCurrent_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
endendfunction App.version_check()-- available modes: run, errorError_message = nilError_count = 0-- we'll reuse error mode on load for an initial version checklocal supported_versions = {'11.4', '12.0'} -- put the recommended version firstlocal minor_versionMajor_version, minor_version = love.getVersion()Version = Major_version..'.'..minor_versionif array.find(supported_versions, Version) == nil thenCurrent_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]