0

I am developing a game where i need .plist as in this line cache.addSpriteFrames("ninja.plist"); since i am new i dont know how to get .plist in cocos2d. Can any one help me how to get .plist for android cocos2d. Answers will be appreciated and it would be a great help because in google there is not much information about cocosd2D android.

Akarsh M
  • 1,629
  • 2
  • 24
  • 47
Tycoon
  • 548
  • 1
  • 5
  • 19

1 Answers1

0

You must use a texture packing software such as Texture Packer ; You can add your frames to the spritesheet and then it will generate the appropriate png and plist files.

dqms
  • 303
  • 1
  • 10