love-cellular-automata/ants/conf.lua

5 lines
79 B
Lua

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