make local functions look different

[?]
Jul 13, 2022, 3:04 PM
FZCKGO2IA5ZMX7TD4HL3WBUR6NPOYYMT4RGVWF7KFQBFV2V3RZBAC

Dependencies

Change contents

  • replacement in drawing.lua at line 42
    [3.18][3.18:170]()
    local px = function(x) return Drawing.pixels(x, State.width)+State.left end
    local py = function(y) return Drawing.pixels(y, State.width)+line.y end
    [3.18]
    [4.10]
    local function px(x) return Drawing.pixels(x, State.width)+State.left end
    local function py(y) return Drawing.pixels(y, State.width)+line.y end
  • replacement in drawing.lua at line 78
    [4.1617][2.126:257]()
    local px = function(x) return Drawing.pixels(x, width)+left end
    local py = function(y) return Drawing.pixels(y, width)+top end
    [4.1617]
    [4.69]
    local function px(x) return Drawing.pixels(x, width)+left end
    local function py(y) return Drawing.pixels(y, width)+top end
  • replacement in drawing.lua at line 122
    [2.829][2.829:960]()
    local px = function(x) return Drawing.pixels(x, width)+left end
    local py = function(y) return Drawing.pixels(y, width)+top end
    [2.829]
    [2.960]
    local function px(x) return Drawing.pixels(x, width)+left end
    local function py(y) return Drawing.pixels(y, width)+top end