T4KU53MBUUG2WCDFRT2FZFYCPM5OTM7PVIQBKW7MJMA2RJ27MVZAC
MO5QZNU5MCKNZSIAXL3KF5TLGA5NVSFBZU2IA3L5WUCPVAUYC5GQC
EADS554A4NIKLNBL6VKMZPQBHN4UKNG5FHZCGSZWEHRUIRF6VBBAC
RHARLLIQPGKVXNYQSIAZWILUI6F3CWMZ3ABJVI52IC3RBRSWPR5AC
OTIBCAUJ3KDQJLVDN3A536DLZGNRYMGJLORZVR3WLCGXGO6UGO6AC
App.screen.width = 40*App.width(App.newText(love.graphics.getFont(), 'm'))
App.screen.width = 40*App.width('m')
end-- use this sparinglyfunction to_text(s) if Text_cache[s] == nil then Text_cache[s] = App.newText(love.graphics.getFont(), s) end return Text_cache[s]
end
-- use this sparingly
function to_text(s)
if Text_cache[s] == nil then
Text_cache[s] = App.newText(love.graphics.getFont(), s)
return Text_cache[s]
local emwidth = App.newText(love.graphics.getFont(), 'm'):getWidth() local editor_width = 40*emwidth
local emwidth = App.newText(love.graphics.getFont(), 'm'):getWidth()
local editor_width = 40*emwidth
local editor_width = 40*App.width('m')