2022-10-13 16:06:52 +02:00
|
|
|
function love.conf(t)
|
|
|
|
t.title = "Vision"
|
|
|
|
t.author = "The Impossible Astronaut"
|
2022-10-16 17:07:25 +02:00
|
|
|
t.version = "11.3"
|
2022-10-13 16:06:52 +02:00
|
|
|
t.identity = "Vision"
|
2022-10-15 17:39:32 +02:00
|
|
|
t.gammacorrect = true
|
2022-10-13 16:06:52 +02:00
|
|
|
|
|
|
|
t.width = 800
|
|
|
|
t.height = 600
|
|
|
|
|
|
|
|
t.window.msaa = 4
|
|
|
|
t.window.highdpi = true
|
|
|
|
end
|