bugfix for merge commit

[?]
Apr 3, 2023, 12:48 AM
TKRVYAVOW74TYDHXFEKDYBEOZWJTKYGPHQKVTJFFEEEYIZUHNQKQC

Dependencies

Change contents

  • replacement in main.lua at line 102
    [2.597][2.597:678]()
    App.screen.width = 40*App.width(App.newText(love.graphics.getFont(), 'm'))
    [2.597]
    [2.678]
    App.screen.width = 40*App.width('m')
  • edit in main.lua at line 192
    [3.211][3.211:378]()
    end
    -- use this sparingly
    function to_text(s)
    if Text_cache[s] == nil then
    Text_cache[s] = App.newText(love.graphics.getFont(), s)
    end
    return Text_cache[s]