So I had a little play with the Png2Box2D sample code. Love it. Has so many possibilities.
Just one question though (from the sample):
What does the 2 represent in the following code and what if any limits are imposed on this number?
[lua]
local image_name = “star.png”
local image_outline = graphics.newOutline( 2, image_name )
[/lua]
Thank you.