]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qc
Increase the alpha value of loading itemstime icons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
index e18b705fa2654b1c1c2bdeb8a1efd8acdd188480..83ea11b2b27663fc0c4936d8d62e5f8849d87f21 100644 (file)
@@ -4643,7 +4643,7 @@ void DrawItemsTimeItem(vector myPos, vector mySize, float ar, float itemcode, fl
                picalpha = BLINK_BASE + BLINK_FACTOR * cos(time * BLINK_FREQ);
        }
        else
-               picalpha = 0.3;
+               picalpha = 0.5;
        t = floor(item_time - time + 0.999);
        if(t < 5)
                color = '0.7 0 0';