Skip to content

Instantly share code, notes, and snippets.

@kevinw
Created June 22, 2015 10:39
Show Gist options
  • Save kevinw/e3ff0b98b2d47b10293a to your computer and use it in GitHub Desktop.
Save kevinw/e3ff0b98b2d47b10293a to your computer and use it in GitHub Desktop.
package.path = package.path .. ';generated/?.lua;lib/?.lua'
function love.conf(conf)
conf.window.width = 768
conf.window.height = 1024
conf.window.title = "my title"
conf.modules.joystick = false
end
require "mainmoon"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment