OSDN Git Service

Replace duplicatePadding with bleed
authorJustin Shapcott <support@mobidevelop.com>
Tue, 6 Aug 2013 13:48:07 +0000 (06:48 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Tue, 6 Aug 2013 13:48:07 +0000 (06:48 -0700)
Assuming that bleed is a direct replacement for duplicatePadding. If not,
let me know what the proper replacement is.

extensions/gdx-tiled-preprocessor/src/com/badlogic/gdx/tiledmappacker/TiledMapPacker.java

index 7c9ec4b..ed5cf6d 100644 (file)
@@ -464,7 +464,7 @@ public class TiledMapPacker {
                final Settings texturePackerSettings = new Settings();
                texturePackerSettings.paddingX = 2;
                texturePackerSettings.paddingY = 2;
-               texturePackerSettings.duplicatePadding = true;
+               texturePackerSettings.bleed = true;
                texturePackerSettings.alias = true;
                texturePackerSettings.useIndexes = true;