Skip to content

Instantly share code, notes, and snippets.

@Tom-Ski
Created February 7, 2014 17:10
Show Gist options
  • Save Tom-Ski/8867182 to your computer and use it in GitHub Desktop.
Save Tom-Ski/8867182 to your computer and use it in GitHub Desktop.
Tper
TexturePacker.Settings settings = new TexturePacker.Settings();
settings.maxHeight = 1024;
settings.maxWidth = 1024;
settings.duplicatePadding = true;
settings.edgePadding = true;
settings.paddingX = 2;
settings.paddingY = 2;
settings.bleed = true;
settings.alias = true;
settings.useIndexes = true;
settings.stripWhitespaceX = false;
settings.stripWhitespaceY = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment