Feat : darken background

This commit is contained in:
2024-05-19 01:38:08 +02:00
parent 51171fc2e1
commit f16dad82ae
+1 -1
View File
@@ -26,5 +26,5 @@ void main(){
float f=fbm(st+r);
f=mix(.5,1.,f);
gl_FragColor=vec4(0.,.1+f,0.,1.);
gl_FragColor=vec4(0.,.1+f*.7,0.,1.);
}