Merge text0

[?]
Jul 11, 2023, 6:15 PM
KWW63AXQZBVMIKPDK4OKDMIPKXEA3KQ3DHTNWYOG2GDQP5BAZIVAC

Dependencies

Change contents

  • edit in main.lua at line 127
    [2.650][2.650:695]()
    initialize_window_geometry(App.width('m'))
  • edit in main.lua at line 129
    [4.518][2.696:742](),[4.4223][3.10:41](),[4.4223][3.10:41](),[4.4223][3.10:41]()
    function initialize_window_geometry(em_width)
    initialize_window_geometry()
  • resurrect zombie in main.lua at line 129
    [4.4543][3.42:80](),[4.4543][3.42:80]()
    function initialize_window_geometry()
  • resurrect zombie in main.lua at line 130
    [3.80][4.519:998](),[2.742][4.519:998](),[4.4589][4.519:998](),[4.4589][4.519:998]()
    -- Initialize window width/height and make window resizable.
    --
    -- I get tempted to have opinions about window dimensions here, but they're
    -- non-portable:
    -- - maximizing doesn't work on mobile and messes things up
    -- - maximizing keeps the title bar on screen in Linux, but off screen on
    -- Windows. And there's no way to get the height of the title bar.
    -- It seems more robust to just follow LÖVE's default window size until
    -- someone overrides it.