RockySteveJobs / cocos2d-android

Automatically exported from code.google.com/p/cocos2d-android
Other
0 stars 0 forks source link

particle smallfirework.plist #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. i am not able to include SmallFire.plist for particle 
2.   CCParticleSystem wheelFinish;
        wheelFinish =CCQuadParticleSystem.particleWithFile("SmallFire.plist");  
        wheelFinish.setPosition(355, 46);
        this.addChild(wheelFinish,100);
3. particle animation is not display.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

android2.2 api-8 mac-os
Please provide any additional information below.

Original issue reported on code.google.com by ramnares...@gmail.com on 16 May 2013 at 6:38

Attachments: