From: LegendaryGuard Date: Wed, 7 Jun 2023 11:03:23 +0000 (+0000) Subject: Fix 2d powerup icons aren't visible when aren't available to pick up X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=deac99b92bdea759d9495251dc7110c690864187;p=xonotic%2Fxonotic-data.pk3dir.git Fix 2d powerup icons aren't visible when aren't available to pick up --- diff --git a/scripts/simpleitems.shader b/scripts/simpleitems.shader index 71ae5f275..dca9671f6 100644 --- a/scripts/simpleitems.shader +++ b/scripts/simpleitems.shader @@ -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