conf.lua 91 B

123456
  1. function love.conf(t)
  2. t.window.title = "Löve Example Navigator"
  3. t.window.vsync = 0
  4. end