vision/conf.lua
Martijn de Boer 29a8a55f37
Some checks failed
continuous-integration/drone/push Build is failing
Build tools
2022-10-16 17:07:25 +02:00

13 lines
No EOL
239 B
Lua

function love.conf(t)
t.title = "Vision"
t.author = "The Impossible Astronaut"
t.version = "11.3"
t.identity = "Vision"
t.gammacorrect = true
t.width = 800
t.height = 600
t.window.msaa = 4
t.window.highdpi = true
end