This commit is contained in:
gamer147
2026-04-02 19:38:43 -04:00
parent a7fc82b9e9
commit b9030b7899
2 changed files with 183 additions and 3 deletions

View File

@@ -8,5 +8,5 @@ void fragment() {
if (brightness < threshold) {
discard;
}
COLOR = tex_color;
COLOR = tex_color * COLOR;
}