Skip to content

Instantly share code, notes, and snippets.

@walterlua
Created October 22, 2014 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walterlua/8ea57500778e74ac4b2a to your computer and use it in GitHub Desktop.
Save walterlua/8ea57500778e74ac4b2a to your computer and use it in GitHub Desktop.
Adaptive Content Scaling in Corona for resolution-independent UI
application =
{
content =
{
scale = "adaptive",
fps = 60,
imageSuffix =
{
["@2x"] = 1.5,
["@3x"] = 2.5,
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment