-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME
More file actions
17 lines (11 loc) · 958 Bytes
/
README
File metadata and controls
17 lines (11 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CocoParticle is intended to be used by Cocos2d app developers who want to create particles for their apps.
Features:
* supports every particle system property of Cocos2d
* imports png files for use as the "particle"
* exports particles as a plist to your Drop Box, which you can use to create a Cocos2d particle system
Right now the app is setup as a UISplitViewController where the left (small) pane is a native UIView where you manage the particles.
The main pane is a Cocos2d view where the particle is displayed.
* bug with particle list name, it reads it from a different row for some reason when you create a new particle, but when you refresh the list it picks up the correct name, gotta dig into it
* need a randomize button
* need better default values
* added support for "all particles the same color", so if you have a random color and this is turned on, instead of each particle being a random color, they will all be the same random color