How can I darken Node2D content?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Cka3ka

I’m using Godot 2.1 and unlike in Godot 3 I can’t use modulate property on Node2D.

Maybe you could put your Node2D inside a CanvasModulate ?

guppy42 | 2018-10-26 11:26

Thanks! Its actually what I need

Cka3ka | 2018-10-26 14:41

I checked one more time and found, that in my case its not perfect way.
On my scene I have several instances of another scene, where canvasmodulate is. And when I try to apply color for one of them, color applied to whole parent scene of this item. But I want to change color only for one item on the scene

Cka3ka | 2018-10-26 15:27