I have a few particle effects I have tinkered with as part of spell attacks in my game. My game also involves using light occlusion and canvas modulate to create darkness and shadows.
I don't want the particles darkened by the modulation and I also don't like how they the light affects their colours. I would rather the particles were independent of lighting completely. Is there a way to do this?
I tried making them the child of a CanvasLayer node but this caused them to disappear completely.