stray dead code

[?]
Apr 3, 2023, 12:27 AM
E3PF2R6QZNGSEZHK76AHLVKYKP3IQ2V4QFDCDNIDU44RLLBB7YDQC

Dependencies

Change contents

  • edit in main.lua at line 235
    [2.336][2.336:503]()
    end
    -- use this sparingly
    function to_text(s)
    if Text_cache[s] == nil then
    Text_cache[s] = App.newText(love.graphics.getFont(), s)
    end
    return Text_cache[s]