aboutsummaryrefslogtreecommitdiff
path: root/conf.lua
blob: 1ae08633af09c1be986379185c79e333631f8840 (plain)
1
2
3
4
5
6
7
function love.conf(t)
    t.window.width = 800
    t.window.height = 600
    t.window.fullscreen = false
    t.window.title = "<Your Enemy is in Another Dungeon>"
    t.window.usedpiscale = true
end