X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=_hud_common.cfg;h=a62837f5f8b4f0881871938eb9246a8aaa534eb8;hp=9719c9dbee806e29f7979b4adad73549d7d19cda;hb=090f40206b90ce05199d7c50e366bdfce5ab8b82;hpb=038a15eae565f609263c6e5ed276ef88b9438fa6 diff --git a/_hud_common.cfg b/_hud_common.cfg index 9719c9dbe..a62837f5f 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -256,6 +256,6 @@ seta hud_shownames_alpha 0.7 "alpha" seta hud_shownames_resize 1 "enable resizing of the names, then the size cvars will correspond to the maximum size" seta hud_shownames_mindistance 1000 "start fading alpha/size at this distance" seta hud_shownames_maxdistance 5000 "alpha/size is 0 at this distance" -seta hud_shownames_antioverlap 1 "if two tags get too close to each other, fade out the one further away from you" -seta hud_shownames_antioverlap_distance 50 "2d distance to other tag after which to fade out" +seta hud_shownames_antioverlap 1 "if two tags overlap, fade out the one further away from you" +seta hud_shownames_antioverlap_minalpha 0.4 "fade out overlapping tags to this alpha value" seta hud_shownames_offset 52 "offset (along z-axis) tag from player origin by this many units"