ZQZX364VYRZOGYDPN25FIQLCKIAK2DJ2U6FJUP54X72HXQAGG5VQC
KKMFQDR43ZWVCDRHQLWWX3FCWCFA3ZSXYOBRJNPHUQZR2XPKWULAC
if Text_cache[s] == nil then Text_cache[s] = App.newText(love.graphics.getFont(), s) end local width = App.width(Text_cache[s])
if Text_cache[s] == nil then
Text_cache[s] = App.newText(love.graphics.getFont(), s)
end
local width = App.width(Text_cache[s])
local s_text = to_text(s) local width = App.width(s_text)
local s_text = to_text(s)
local width = App.width(s_text)
App.screen.draw(Text_cache[s], Menu_cursor,5)
App.screen.draw(s_text, Menu_cursor,5)
love.graphics.rectangle('fill', Menu_cursor-5,5-2, App.width(Text_cache[s])+5*2,Editor_state.line_height+2*2)
love.graphics.rectangle('fill', Menu_cursor-5,5-2, App.width(s_text)+5*2,Editor_state.line_height+2*2)