]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Still can't get it to work.. wtf... divVerent: When I try to change the cvar for...
authorSamual <samual@xonotic.org>
Tue, 15 Feb 2011 05:20:35 +0000 (00:20 -0500)
committerSamual <samual@xonotic.org>
Tue, 15 Feb 2011 05:20:35 +0000 (00:20 -0500)
defaultXonotic.cfg
qcsrc/client/autocvars.qh

index 888b96530d48f404d78b324186a12a755ad82c40..b0f20ab80c4ee1f1b449caf1a325f91b89e7514c 100644 (file)
@@ -1220,8 +1220,8 @@ seta g_waypointsprite_alpha 1 "This allows the client to control transparency of
 seta g_waypointsprite_edgefadealpha 0.5 "alpha multiplier near the edge"
 seta g_waypointsprite_edgefadescale 1 "scale multiplier near the edge"
 seta g_waypointsprite_edgefadedistance 50 "distance in virtual pixels from edge where to start fading"
-seta g_waypointsprite_edgeoffset_x 0.2 "offset of how close the waypoint can be to the edge of the screen (between left and right)"
-seta g_waypointsprite_edgeoffset_y 0.2 "offset of how close the waypoint can be to the edge of the screen (between top and bottom)"
+seta g_waypointsprite_edgeoffset_x 0.15 "offset of how close the waypoint can be to the edge of the screen - between left and right"
+seta g_waypointsprite_edgeoffset_y 0.15 "offset of how close the waypoint can be to the edge of the screen - between top and bottom"
 seta g_waypointsprite_crosshairfadealpha 0.25 "alpha multiplier near crosshair"
 seta g_waypointsprite_crosshairfadescale 1 "scale multiplier near the crosshair"
 seta g_waypointsprite_crosshairfadedistance 150 "distance in virtual pixels from crosshair where to start fading"
index 52277fd78fa74021a439adb55febdfcf1ad5aec7..c9337db07ef4678e0fbe77b3c8b0451db7982ac2 100644 (file)
@@ -135,8 +135,8 @@ var float autocvar_g_waypointsprite_distancefadescale = 1;
 var float autocvar_g_waypointsprite_edgefadealpha = 1;
 float autocvar_g_waypointsprite_edgefadedistance;
 var float autocvar_g_waypointsprite_edgefadescale = 1;
-float autocvar_g_waypointsprite_edgeoffset_x;
-float autocvar_g_waypointsprite_edgeoffset_y;
+var float autocvar_g_waypointsprite_edgeoffset_x = 0.15;
+var float autocvar_g_waypointsprite_edgeoffset_y = 0.15;
 float autocvar_g_waypointsprite_minalpha;
 float autocvar_g_waypointsprite_minscale;
 float autocvar_g_waypointsprite_normdistance;