Closed gio1135 closed 5 years ago
Yeah that's torchlight. You can change its color by editing shaders/glsl/natural-mystic-light.h
. It has a line like
const vec3 torchlightColor = vec3(1.0, 0.66, 0.28);
and you can make it white by changing it to
const vec3 torchlightColor = vec3(1.0);
I hope someday we can have an in-game configuration screen, but for now I'm going to close this ticket.
@depressed-pho Actually, I was about to do exactly that but I didn't know if there were other factors which is the reason I came here in the first place. Thanks.
No idea why every shader makes everything so orange but I don't like it. I get that it's a torch light and all but it'd be so much better as white light in my opinion. If this won't go into the main release, can there at least be a variant, or you could show me where to change it?