Skip to content

Instantly share code, notes, and snippets.

@fengyuanyang
Created November 20, 2013 16:37
Show Gist options
  • Save fengyuanyang/7566349 to your computer and use it in GitHub Desktop.
Save fengyuanyang/7566349 to your computer and use it in GitHub Desktop.
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