From deac99b92bdea759d9495251dc7110c690864187 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Wed, 7 Jun 2023 11:03:23 +0000 Subject: [PATCH] Fix 2d powerup icons aren't visible when aren't available to pick up --- scripts/simpleitems.shader | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2