HorseSeaHorse/conf.lua
2021-02-07 17:03:34 -06:00

8 lines
152 B
Lua

function love.conf(t)
t.window.resizable = true
t.window.title = "HorseSeaHorse"
t.window.vsync = 0
t.window.width = 800
t.window.height = 800
end