Merge text.love

[?]
Jan 16, 2023, 6:35 PM
2ZCXBDLYCXU4LDGUMEM52ROBU4T36BKVBGO42ZBVZJKJ3SOSVDCAC

Dependencies

  • [2] 36Z442IV back to commit 8123959e52f without code editing
  • [3] WZZLGNXE correct comment; vsync is hard to reason about
  • [4] 75O55MGV disable vsync
  • [5] KKMFQDR4 editing source code from within the app
  • [6] EKJUHVHB hoist out some common settings
  • [7] YGCT2D2O start loading settings as applicable
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • edit in main.lua at line 34
    [4.187143]
    [2.2351]
    love.window.setVSync(0) -- simplify profiling; we're not a game
  • edit in main.lua at line 42
    [4.187143][3.17:84](),[4.187143][3.17:84](),[3.84][4.17:169](),[4.121][4.17:169](),[4.187143][4.17:169](),[4.187143][4.17:169]()
    love.window.setVSync(0) -- simplify profiling; we're not a game
    love.keyboard.setTextInput(true) -- bring up keyboard on touch screen
    love.keyboard.setKeyRepeat(true)
    love.graphics.setBackgroundColor(1,1,1)
  • resolve order conflict in main.lua at line 42
    [2.2567]
    [4.187263]