]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Change some settings for hud_shownames
authorSamual <samual@xonotic.org>
Thu, 20 Oct 2011 02:54:18 +0000 (22:54 -0400)
committerSamual <samual@xonotic.org>
Thu, 20 Oct 2011 02:54:18 +0000 (22:54 -0400)
_hud_common.cfg

index 6d14e4fb603b6575809af51fe06d1420cd5a8ba5..1f14c116f0894b6c758a8c4ade20e32a91bfa950 100644 (file)
@@ -83,7 +83,7 @@ seta hud_shownames_decolorize 1 "1 = decolorize name in team games, 2 = decolori
 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 2500 "alpha/size is 0 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 125 "2d distance to other tag after which to fade out"
+seta hud_shownames_antioverlap_distance 100 "2d distance to other tag after which to fade out"
 seta hud_shownames_offset 52 "offset (along z-axis) tag from player origin by this many units"
\ No newline at end of file