tomsmith1204 / solo-mission

iOS SpriteKit implementation of Galaga style arcade game.
0 stars 0 forks source link

Spike: Explore particle emitter for game effects. #9

Open tomsmith1204 opened 4 years ago

tomsmith1204 commented 4 years ago

I want to understand particle emitters, so that I can use them where practical.

tomsmith1204 commented 4 years ago

Here are some related docs:

Creating Particle Effects - Apple Developer Documentation Add a particle emitter to your project - Xcode help

tomsmith1204 commented 4 years ago

I could potentially use a smoke emitter that progressively emits more smoke based on how much damage has been given.

Another potential use is for creating a flame propulsion animation behind the player.