Created
June 22, 2015 10:39
-
-
Save kevinw/e3ff0b98b2d47b10293a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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