insert space for loading settings
[?]
Jan 2, 2023, 1:51 AM
MPETAKZ2INCW7EXEAKJICNPKMH26QA3AAKQZXJ7FRN4DJRXHBLYQCDependencies
- [2]
HNRU45ZMinline a function - [3]
G4FCGDN6rename - [4]
36Z442IVback to commit 8123959e52f without code editing - [5]
TBWAE64Aapp is now live, can communicate with driver - [6]
RXNR3U5EMerge text.love - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in main.lua at line 56[3.51]→[4.4138:4223](∅→∅),[4.4138]→[4.4138:4223](∅→∅),[4.4589]→[4.4589:4836](∅→∅),[4.4836]→[2.7:84](∅→∅),[2.84]→[4.4869:5107](∅→∅),[4.4869]→[4.4869:5107](∅→∅)
local font_height = 20love.graphics.setFont(love.graphics.newFont(font_height))-- maximize windowlove.window.setMode(0, 0) -- maximizeApp.screen.width, App.screen.height, App.screen.flags = love.window.getMode()-- shrink height slightly to account for window decorationApp.screen.height = App.screen.height-100App.screen.width = 40*App.width(App.newText(love.graphics.getFont(), 'm'))App.screen.flags.resizable = trueApp.screen.flags.minwidth = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.width, 200)love.window.setMode(App.screen.width, App.screen.height, App.screen.flags)if love.filesystem.getInfo('config') thenelselocal font_height = 20love.graphics.setFont(love.graphics.newFont(font_height))-- maximize windowlove.window.setMode(0, 0) -- maximizeApp.screen.width, App.screen.height, App.screen.flags = love.window.getMode()-- shrink height slightly to account for window decorationApp.screen.height = App.screen.height-100App.screen.width = 40*App.width(App.newText(love.graphics.getFont(), 'm'))App.screen.flags.resizable = trueApp.screen.flags.minwidth = math.min(App.screen.width, 200)App.screen.flags.minheight = math.min(App.screen.width, 200)love.window.setMode(App.screen.width, App.screen.height, App.screen.flags)end