Created
November 20, 2013 16:37
-
-
Save fengyuanyang/7566349 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
application = | |
{ | |
content = | |
{ | |
graphicsCompatibility = 1, -- 加上這段 | |
width = 320, | |
height = 320 * display.pixelHeight/display.pixelWidth, | |
scale = "letterbox", | |
fps = 60, | |
imageSuffix = { | |
["@2x"] = 2, | |
} | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment