Created
October 22, 2014 01:44
-
-
Save walterlua/8ea57500778e74ac4b2a to your computer and use it in GitHub Desktop.
Adaptive Content Scaling in Corona for resolution-independent UI
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 = | |
{ | |
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