bugfix

[?]
May 21, 2022, 3:20 PM
WI7R44TDJJBG3EOC675KWQ6L4TDARNSDO55BNL2ZHZJK4TXYDAWAC

Dependencies

  • [2] WTDKUACN rectangle and square shapes
  • [3] XNFTJHC4 split keyboard handling between Text and Drawing
  • [*] BLWAYPKV extract a module

Change contents

  • replacement in drawing.lua at line 505
    [2.8280][2.8280:8640]()
    local thirdx = y
    local thirdy = secondy
    love.graphics.line(Drawing.pixels(secondx)+left,Drawing.pixels(secondy)+top, Drawing.pixels(thirdx)+left,Drawing.pixels(thirdy)+top)
    love.graphics.line(Drawing.pixels(thirdx)+left,Drawing.pixels(thirdy)+top, Drawing.pixels(thirdx)+left,Drawing.pixels(firsty)+top)
    return thirdx,thirdy, thirdx,firsty
    [2.8280]
    [2.8640]
    return x,secondy, x,firsty
  • replacement in drawing.lua at line 508
    [2.8674][2.8674:9005]()
    local thirdx = secondx
    local thirdy = y
    love.graphics.line(Drawing.pixels(secondx)+left,Drawing.pixels(secondy)+top, Drawing.pixels(thirdx)+left,Drawing.pixels(thirdy)+top)
    love.graphics.line(Drawing.pixels(thirdx)+left,Drawing.pixels(thirdy)+top, Drawing.pixels(firstx)+left,Drawing.pixels(thirdy)+top)
    return
    [2.8674]
    [2.9005]
    return secondx,y, firstx,y