bp74 / StageXL_Particle

The particle emitter runtime for the StageXL library.
Other
6 stars 6 forks source link

Cutom Particle Images #2

Open CFix-Ollie opened 9 years ago

CFix-Ollie commented 9 years ago

Would be great if this supported custom sprites for the particles.

bp74 commented 9 years ago

Do you think we need Sprites as particles or should BitmapDatas do the job? The particle renderer could be optimized for BitmapDatas but that's much harder for Sprites.

CFix-Ollie commented 9 years ago

Sorry, not Sprite the object, sprite the thing in my mind I think of when describing an image in a game. Yes, BitmapDatas will be fine :)