hahaha _screams_

This commit is contained in:
mcrcortex
2025-04-27 01:47:47 +10:00
parent a5361eaad2
commit 9cdf1282da
2 changed files with 17 additions and 6 deletions

View File

@@ -7,4 +7,7 @@ out vec4 colour;
void main() {
colour = texture(tex, texCoord)*(metadata&1);
if (colour.a <0.0001f) {
discard;
}
}