daniu54 / earie-treasures

A 2d top-down loot-em-up with horror and stealth elements
0 stars 0 forks source link

Adjust canvas modulate to make the level dark #34

Open Abb4 opened 1 year ago

Abb4 commented 1 year ago

While it is possible to directly adjust the Color of the canvas modulate, it makes using the editor cumbersome, since everything is dark.

If one removes the CanvasModulate from the scene during development, the lights become too bright.

Therefore I suggest to develop a separate component, that darkens the modulate outside the editor (i.e. on game start)