From aa1df93a94288f7825bb811d31572c1fa6fe10b0 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 17 Oct 2021 10:14:25 +0200 Subject: [PATCH] Move waypoints slightly away from screen edges. It closes #2634 "[xonvote] #181 - Use waypointsprite edgeoffset 0.1 by default" --- xonotic-client.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xonotic-client.cfg b/xonotic-client.cfg index 7b6f34b6f..8ade6794e 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -399,10 +399,10 @@ set g_waypointsprite_distancealphaexponent 2 seta g_waypointsprite_edgefadealpha 0.5 "alpha multiplier near the edge" seta g_waypointsprite_edgefadedistance 50 "distance in virtual pixels from edge where to start fading" seta g_waypointsprite_edgefadescale 1 "scale multiplier near the edge" -seta g_waypointsprite_edgeoffset_bottom 0 "offset of how close the waypoint can be to the bottom edge of the screen" -seta g_waypointsprite_edgeoffset_left 0 "offset of how close the waypoint can be to the left edge of the screen" -seta g_waypointsprite_edgeoffset_right 0 "offset of how close the waypoint can be to the right edge of the screen" -seta g_waypointsprite_edgeoffset_top 0 "offset of how close the waypoint can be to the top edge of the screen" +seta g_waypointsprite_edgeoffset_bottom 0.06 "offset of how close the waypoint can be to the bottom edge of the screen" +seta g_waypointsprite_edgeoffset_left 0.06 "offset of how close the waypoint can be to the left edge of the screen" +seta g_waypointsprite_edgeoffset_right 0.06 "offset of how close the waypoint can be to the right edge of the screen" +seta g_waypointsprite_edgeoffset_top 0.06 "offset of how close the waypoint can be to the top edge of the screen" seta g_waypointsprite_fontsize 12 seta g_waypointsprite_itemstime 2 "show waypoints to indicate that some important items (mega health, large armor) are about to respawn: 1 when spectating, 2 even playing in warmup stage" set g_waypointsprite_minscale 0.5 -- 2.39.2