conf.lua 74 B

1234
  1. function love.conf(t)
  2. t.window.width = 1067
  3. t.window.height = 600
  4. end