Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+10 votes

I want to darken my background image, specifically my character selection scene, and have a light node that lights up per selection choice of my character, does anyone working on the same idea and know how to help me. Much thanks!!

asked in CSC380Jan2024 by (617 points)

3 Answers

+3 votes

Not sure, most likely shaders. That is under material, NewShaderMaterial.

answered by (2.4k points)
0 votes

light 2d might be able to do the light up feature. as for going dark, shaders can probably do it or a cheating way would be adding a black color rect and decreasing the transparency

answered by (2.3k points)
0 votes

use shader for a better effect. you could cheat and use a colorRect and set it to be grayish but that would not look as good as a shader

answered by (2.5k points)
...