conf.lua

function love.conf(t)
    t.window.width = 1920/2 -- t.screen.width in 0.8.0 and earlier
    t.window.height = 1080/2 -- t.screen.height in 0.8.0 and earlier
    t.window.resizable = true
    t.window.title = "Safeword Demo"
end
generated by LDoc 1.4.3 Last updated 2015-09-18 07:56:38