Skip to content
Snippets Groups Projects
Commit ec3efb9d authored by Matyáš Latner's avatar Matyáš Latner
Browse files

Disabled POT atlases

parent 7d41da93
No related merge requests found
......@@ -166,7 +166,7 @@ task prepareGraphicAssets(dependsOn: prepareAssets) {
doLast {
TexturePacker.Settings settings = new TexturePacker.Settings();
settings.pot = true;
settings.pot = false;
settings.maxWidth = 1024;
settings.maxHeight = 1024;
settings.combineSubdirectories = true;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment