rename

[?]
May 12, 2022, 4:52 AM
POT3XFCTWLQJ5EJ6OUXYTFWSXEX37WUMQZ6PEHO3RRDNOEQIJRXQC

Dependencies

  • [2] TRCAEE2A clip drawings inside the border
  • [3] OTIBCAUJ love2d scaffold
  • [4] XX7G2FFJ intermingle freehand line drawings with text

Change contents

  • edit in main.lua at line 80
    [3.1463]
    [2.2]
    local drawing = line
  • replacement in main.lua at line 82
    [2.60][2.60:142](),[2.142][3.1551:1647](),[3.1551][3.1551:1647]()
    if y >= line.y and y < line.y + line.h and x >= 12 and x < 12+line.w then
    lines.current = line
    process_drag(line,love.mouse.getX(),love.mouse.getY())
    [2.60]
    [3.1647]
    if y >= drawing.y and y < drawing.y + drawing.h and x >= 12 and x < 12+drawing.w then
    lines.current = drawing
    process_drag(drawing,love.mouse.getX(),love.mouse.getY())