love-cellular-automata/ants/conf.lua

5 lines
78 B
Lua

function love.conf(t)
t.window.highdpi = true
t.window.title = "ants"
end