]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Increase the alpha value of loading itemstime icons
authorSeverin Meyer <sev.ch@web.de>
Wed, 12 Aug 2015 00:46:13 +0000 (02:46 +0200)
committerSeverin Meyer <sev.ch@web.de>
Wed, 12 Aug 2015 00:46:13 +0000 (02:46 +0200)
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';