Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2013 18:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/5406655 to your computer and use it in GitHub Desktop.
Adding sprite sheets to your project
application =
{
content =
{
width = 320,
height = 480,
scale = "letterbox",
xAlign = "center",
yAlign = "center",
imageSuffix =
{
["@2x"] = 2
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment