Texture packer blurring sheet

I private messaged  you.  Please respond to help me clarify the question asked.

Thanks,

Ed

We PM’d and I promised I’d send some code to help you.

If you decide to continue using 320x480 and 1,2,4x images for the current game, you can simply modify your config.lua file to force the ‘usual default’ to be 2x

Try this change to your config.lua file.

 imageSuffix = { ["@2x"] = 1.5/2, ["@4x"] = 3.0/2, },

Thanks Ed, amazing!