Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi there! I downloaded the latest version from itch.io and found that the layer doesn't quite some to be working as labeled.

I'm trying to make a fire FX with smoke built in, and I'm trying to get the smoke to render on a "lower" layer from the fire itself. But the smoke is overlapping the fire, even though it's set to a lower layer and the fire is set to 10.

I took a recording of what I'm seeing. Let me know if I'm doing something wrong!


(+1)

I'd guess that you are using Additive blending, that will make the particles colors blend despite being on different layers. Changing it to Normal will avoid that happening. :)

(+1)

Oh, you're 100% correct! Thank you - pleased that it's just user error ;)