HorseSeaHorse/conf.lua
2021-02-07 13:27:36 -06:00

8 lines
149 B
Lua

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