--[[ @module conf ]] function love.conf(t) t.window.title = "Sled" t.window.resizable = true t.window.width = 1024 t.window.height = 512 end