drawtextdisplay.lua

--[[ Event Queue ]]--
ROT=require 'src.rot'
function love.load()
    f=ROT.Display(80,24)
    f:drawText(30, 11, "%c{brown}Everything is all right%c{}, just relax.")
end
function love.draw() f:draw() end
--]]
generated by LDoc 1.4.6 Last updated 2017-07-19 18:43:03