Merge text0

[?]
Apr 20, 2023, 2:47 AM
QMSYY47GBRMJ3FALK2WXLIYZVQ24ZLQXVMEJLQGSU4WSC66D4AZQC

Dependencies

  • [2] LF3FPBGA move
  • [3] PJ5PQAQE record support for multiple versions
  • [4] 2CTN2IEF Merge lines.love
  • [5] LNUHQOGH start passing in Editor_state explicitly
  • [6] OTIBCAUJ love2d scaffold
  • [7] 36Z442IV back to commit 8123959e52f without code editing
  • [8] KKMFQDR4 editing source code from within the app
  • [9] ZNLTRNNK highlight another global
  • [10] AVTNUQYR basic test-enabled framework
  • [11] 2L5MEZV3 experiment: new edit namespace
  • [12] UH4YWHW5 button framework is at the app level
  • [13] JOPVPUSA editing source code from within the app
  • [14] LRDM35CE app running again
  • [15] PP2IIHL6 stop putting button state in a global

Change contents

  • edit in main.lua at line 141
    [4.1373][4.192:224]()
    if on.draw then on.draw() end
  • resurrect zombie in main.lua at line 141
    [4.1373][3.319:681](),[4.1373][3.319:681]()
    if Mode == 'version_check' then
    love.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)
    return
    end
  • edit in main.lua at line 148
    [3.681]
    [4.46]
    if on.draw then on.draw() end
  • edit in main.lua at line 163
    [4.6163][3.728:773](),[4.6163][3.728:773](),[4.6163][3.728:773]()
    if Mode == 'version_check' then return end