love-cellular-automata/wireworld/conf.lua

6 lines
107 B
Lua
Raw Normal View History

2022-09-15 03:05:05 +00:00
function love.conf(t)
t.window.highdpi = true
t.window.vsync = true
t.window.title = "wireworld"
end