]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix 2d powerup icons aren't visible when aren't available to pick up
authorLegendaryGuard <rootuser999@gmail.com>
Wed, 7 Jun 2023 11:03:23 +0000 (11:03 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Wed, 7 Jun 2023 11:06:10 +0000 (13:06 +0200)
scripts/simpleitems.shader

index 71ae5f27593999e977b24329452678aa2861f5ad..dca9671f6b1135ed8d9864dab9912c2501fb5ae0 100644 (file)
@@ -476,7 +476,7 @@ models/items/g_strength_luma // strength
        nopicmip
        {
                map models/items/g_strength_luma
-               blendfunc add
+               blendfunc blend
        }
 }
 
@@ -487,7 +487,7 @@ models/items/g_invincible_luma // invincible
        nopicmip
        {
                map models/items/g_invincible_luma
-               blendfunc add
+               blendfunc blend
        }
 }
 
@@ -498,7 +498,7 @@ models/items/g_invisibility_luma // invisibility
        nopicmip
        {
                map models/items/g_invisibility_luma
-               blendfunc add
+               blendfunc blend
        }
 }
 
@@ -509,6 +509,6 @@ models/items/g_speed_luma // speed
        nopicmip
        {
                map models/items/g_speed_luma
-               blendfunc add
+               blendfunc blend
        }
 }
\ No newline at end of file