1

是否可以使用 ShoeBox 制作 cocos2d 动画?只是我喜欢这个应用程序,它易于使用且免费。

就在我使用给我plist格式的texturePacker之前,而shoebox给的xml看起来像

<TextureAtlas imagePath="sheet.png">
    <SubTexture name="W1001.png" x="81" y="360" width="73" height="106"/>
    <SubTexture name="W1002.png" x="83" y="130" width="76" height="106"/>
    <SubTexture name="W1003.png" x="233" y="0" width="90" height="106"/>
    <SubTexture name="W1004.png" x="0" y="136" width="81" height="106"/>
    <SubTexture name="W1005.png" x="157" y="347" width="69" height="106"/>
    <SubTexture name="W1006.png" x="0" y="360" width="78" height="105"/>
    <SubTexture name="W1007.png" x="0" y="244" width="73" height="114"/>
    <SubTexture name="W1008.png" x="401" y="0" width="75" height="117"/>
    <SubTexture name="W1009.png" x="157" y="0" width="74" height="124"/>
    <SubTexture name="W1010.png" x="81" y="0" width="74" height="127"/>
    <SubTexture name="W1011.png" x="0" y="0" width="79" height="134"/>
    <SubTexture name="W1012.png" x="325" y="0" width="74" height="122"/>
    <SubTexture name="W1013.png" x="75" y="244" width="68" height="114"/>
    <SubTexture name="W1014.png" x="161" y="126" width="77" height="105"/>
    <SubTexture name="W1015.png" x="145" y="239" width="71" height="106"/>
    <SubTexture name="W1016.png" x="228" y="233" width="68" height="106"/>
</TextureAtlas>

换句话说,如何将这个 xml 用于 cocos2d 动画?

4

1 回答 1

1

ShoeBox 3.1.0 新增 cocos2d pList 格式导出添加到“Sprite Sheet”工具中。

截图: http: //farm9.staticflickr.com/8382/8457718272_315955c6fa_o.jpg

它没有大张旗鼓地宣布,因为我自己仍然无法测试或确认导出的正确性。但我非常有信心作物、x、y、.. 值是正确的。如果你可以试一试,让我知道它是否适合你,那就太好了。

于 2013-02-09T02:58:14.890 回答