Quest system fixed.

This commit is contained in:
2025-05-07 10:33:00 -05:00
parent 12746a520e
commit f940247a48
14 changed files with 94 additions and 29 deletions

View File

@@ -30,7 +30,7 @@ void vertex() {
void fragment() {
vec4 npcColor = texture(npcTexture, UV);
if(npcColor.a == 0.0)
discard;