bugfix: version check
Dependencies
- [2]
EWJZ6XHBbetter formatting - [3]
6VJTQKW7start supporting LÖVE v12 - [4]
2CK5QI7Wmake love event names consistent - [5]
IM6GSGVZfix some arg names - [6]
TXDMRA5Jbugfix: alt-tab shouldn't emit keypress events - [7]
JCSLDGAHbeginnings of support for multiple shapes - [8]
KKMFQDR4editing source code from within the app - [*]
OTIBCAUJlove2d scaffold - [*]
3QNOKBFMbeginnings of a test harness - [*]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing
Change contents
- edit in main.lua at line 257
if Current_app == 'error' then return end - replacement in main.lua at line 262
if Current_app == 'run' thenif Current_app == 'error' thenCurrent_app = 'run'elseif Current_app == 'run' then - edit in app.lua at line 110
App.version_check() - edit in Manual_tests.md at line 19
- run with an unsupported version. Error message pops up and waits for a key. The app attempts to continue, and doesn't receive the key.