resolve conflicts

akkartik
Jul 10, 2024, 7:36 AM
GYTD7DDWTRLQYLADZWVAJ6PQELUD4NEFPZ7PW7QAXPKGHWEDLIPAC

Dependencies

Change contents

  • replacement in edit.lua at line 542
    [4.15555][4.15555:15610]()
    function edit.update_font_settings(State, font_height)
    [4.15555]
    [4.15610]
    function edit.update_font_settings(State, font_height, font)
  • replacement in edit.lua at line 544
    [4.15644][4.230:286]()
    State.font = love.graphics.newFont(State.font_height)
    [4.15644]
    [4.15710]
    State.font = font or love.graphics.newFont(State.font_height)
  • edit in edit.lua at line 612
    [4.17561][2.330:330](),[4.264][3.62:126](),[4.264][3.62:126](),[4.6146][3.0:61](),[4.6146][3.0:61]()
    State.font = font or love.graphics.newFont(State.font_height)
    function edit.update_font_settings(State, font_height, font)
  • resolve order conflict in edit.lua at line 612
    [4.17561]