Merge text0
[?]
Apr 20, 2023, 2:47 AM
QMSYY47GBRMJ3FALK2WXLIYZVQ24ZLQXVMEJLQGSU4WSC66D4AZQCDependencies
- [2]
LF3FPBGAmove - [3]
PJ5PQAQErecord support for multiple versions - [4]
2CTN2IEFMerge lines.love - [5]
LNUHQOGHstart passing in Editor_state explicitly - [6]
OTIBCAUJlove2d scaffold - [7]
36Z442IVback to commit 8123959e52f without code editing - [8]
KKMFQDR4editing source code from within the app - [9]
ZNLTRNNKhighlight another global - [10]
AVTNUQYRbasic test-enabled framework - [11]
2L5MEZV3experiment: new edit namespace - [12]
UH4YWHW5button framework is at the app level - [13]
JOPVPUSAediting source code from within the app - [14]
LRDM35CEapp running again - [15]
PP2IIHL6stop putting button state in a global
Change contents
- edit in main.lua at line 141
if on.draw then on.draw() end - resurrect zombie in main.lua at line 141
if Mode == 'version_check' thenlove.graphics.setColor(1,1,0)love.graphics.rectangle('fill', 30,30, 400,400)love.graphics.setColor(0,0,0)love.graphics.printf(("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]), 40,40, 400)returnend - edit in main.lua at line 148
if on.draw then on.draw() end - edit in main.lua at line 163
if Mode == 'version_check' then return end