bugfix for merge commit
[?]
Apr 3, 2023, 12:48 AM
TKRVYAVOW74TYDHXFEKDYBEOZWJTKYGPHQKVTJFFEEEYIZUHNQKQCDependencies
- [2]
EADS554Afix previous merge - [3]
RHARLLIQMerge text0 - [4]
TXDMRA5Jbugfix: alt-tab shouldn't emit keypress events - [5]
YCYCQOFCbugfix: on.load_settings when there are none - [6]
M7UODV5HMerge text0 - [7]
MPETAKZ2insert space for loading settings - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in main.lua at line 102
App.screen.width = 40*App.width(App.newText(love.graphics.getFont(), 'm'))App.screen.width = 40*App.width('m') - edit in main.lua at line 192
end-- use this sparinglyfunction to_text(s)if Text_cache[s] == nil thenText_cache[s] = App.newText(love.graphics.getFont(), s)endreturn Text_cache[s]