inline a function

[?]
Jan 2, 2023, 1:50 AM
HNRU45ZMZ2PO6LQPPQDG6OOBJSQNNHSV6BFCKYVF4MKIAIVBH6YQC

Dependencies

  • [2] 36Z442IV back to commit 8123959e52f without code editing
  • [3] RXNR3U5E Merge text.love
  • [4] YJ6ASFBG yet another fork trying to integrate my live framework with everything else
  • [5] TBWAE64A app is now live, can communicate with driver
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • edit in main.lua at line 58
    [2.4223][2.4223:4322](),[2.4538][2.4538:4589]()
    local em = App.newText(love.graphics.getFont(), 'm')
    initialize_window_geometry(App.width(em))
    end
    function initialize_window_geometry(em_width)
  • replacement in main.lua at line 63
    [2.4836][2.4836:4869]()
    App.screen.width = 40*em_width
    [2.4836]
    [2.4869]
    App.screen.width = 40*App.width(App.newText(love.graphics.getFont(), 'm'))