TKRVYAVOW74TYDHXFEKDYBEOZWJTKYGPHQKVTJFFEEEYIZUHNQKQC
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]