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