inline a function
[?]
Jan 2, 2023, 1:50 AM
HNRU45ZMZ2PO6LQPPQDG6OOBJSQNNHSV6BFCKYVF4MKIAIVBH6YQCDependencies
- [2]
36Z442IVback to commit 8123959e52f without code editing - [3]
RXNR3U5EMerge text.love - [4]
YJ6ASFBGyet another fork trying to integrate my live framework with everything else - [5]
TBWAE64Aapp is now live, can communicate with driver - [*]
OTIBCAUJlove2d scaffold
Change contents
- edit in main.lua at line 58
local em = App.newText(love.graphics.getFont(), 'm')initialize_window_geometry(App.width(em))endfunction initialize_window_geometry(em_width) - replacement in main.lua at line 63
App.screen.width = 40*em_widthApp.screen.width = 40*App.width(App.newText(love.graphics.getFont(), 'm'))