hi,
http://doc.starling-framework.org/core/starling/textures/TextureAtlas.html
the documentation says :
If your images have transparent areas at their edges, you can make use of the frame property of the Texture class. Trim the texture by removing the transparent edges and specify the original texture size like this:
<SubTexture name='trimmed' x='0' y='0' height='10' width='10'
frameX='-10' frameY='-10' frameWidth='30' frameHeight='30'/>
but it's not clear enought, what are frameX, frameY, frameWidth, frameHeight ?
the frameX and frameY are added ?