start supporting LÖVE v12
commit6e391d7875158a9351eae9976067671a0ef5ad0e
authorKartik K. Agaram <vc@akkartik.com>
Tue, 10 Oct 2023 03:00:36 +0000 (9 20:00 -0700)
committerKartik K. Agaram <vc@akkartik.com>
Tue, 10 Oct 2023 03:05:19 +0000 (9 20:05 -0700)
tree96115be8b30089090a26ce48750b1cb3a7f23dfe
parentbd6f7d48e76182218877564e8ca672e657f4ef56
start supporting LÖVE v12

To do this I need some support for multiple versions. And I need an
'error' mode to go with existing 'run' and 'source' modes
(`Current_app`). Most errors will automatically transition to 'source'
editor mode, but some errors aren't really actionable in the editor. For
those we'll use 'error' mode.

The app doesn't yet work with LÖVE v12. There are some unit tests failing
because of differences in font rendering.
app.lua
conf.lua [deleted file]
main.lua