So I followed this tutorial and created a small particle emitter for when the player achieves a goal (kinda like a celebration).
I'm using a single view application, just like the tutorial, but I can't seem to remove the background of the emitter... so I get a black square underneath the particles.
I changed the View
/SKView
in storyboard to clear colour, but it still appears to be black when the app is run...
Apple Docs say this:
To create an emitter with no background color, set the opacity in the color picker to 0.
Which I did here in the Particle.sks
using the editor:
But when I run the app, it still displays a coloured box the size of the View
...
How can I remove all background, so when the particles emit, it's just the particles?