Skip to content

Instantly share code, notes, and snippets.

@ekelokorpi
Created October 25, 2014 08: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 ekelokorpi/0e373d4d92c309ba4805 to your computer and use it in GitHub Desktop.
Save ekelokorpi/0e373d4d92c309ba4805 to your computer and use it in GitHub Desktop.
Config: HiRes mode
// Example 1
pandaConfig = {
system: {
// HiRes mode with support for @2x textures
hires: 2
}
};
// Example 2
pandaConfig = {
system: {
// HiRes mode with support for @2x and @4x textures
hires: 4
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment