This commit is contained in:
Anuken
2018-11-26 22:47:54 -05:00
parent ef85d1d83e
commit dcea8ae64f
45 changed files with 1136 additions and 1064 deletions

View File

@@ -38,7 +38,7 @@ void main() {
else if(m > 0.35) gl_FragColor.rgb = p4;
else gl_FragColor.rgb = vec3(0.0);
gl_FragColor.rgb *= 0.75;
gl_FragColor.rgb *= 0.5;
gl_FragColor.a = mod(abs(float(coords.x)) + abs(float(coords.y)), 110.0) < 35.0 ? 1.0 : 0.0;
}