]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix significant digits of some menu-governed crosshair cvars
authorRudolf Polzer <divVerent@xonotic.org>
Wed, 15 Dec 2010 09:14:17 +0000 (10:14 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Wed, 15 Dec 2010 09:14:17 +0000 (10:14 +0100)
defaultXonotic.cfg

index a92616304ee6dfe5e2f665e0ab3c08b2523fbf49..18ce4a988194079a8b0ef0368ea96a8a1401ae92 100644 (file)
@@ -94,11 +94,11 @@ _cl_playermodel models/player/erebus.iqm
 _cl_playerskin 0
 seta crosshair 16
 seta crosshair_color "0.6 0.8 1"
-seta crosshair_alpha 0.3
-seta crosshair_size 0.5
+seta crosshair_alpha 0.300000
+seta crosshair_size 0.500000
 seta crosshair_dot 1
 seta crosshair_dot_alpha 1
-seta crosshair_dot_size 0.6
+seta crosshair_dot_size 0.600000
 seta crosshair_dot_color "1 0 0" "when != 0, use custom color for the crosshair dot"
 seta crosshair_pickup 0.25
 seta crosshair_pickup_speed 4
@@ -1133,7 +1133,7 @@ set quit_and_redirect ""  "set to an IP to redirect all players at the end of the
 // singleplayer campaign
 set g_campaign 0
 set g_campaign_forceteam 0 "Forces the player to a given team in campaign mode, 1 = red, 2 = blue, 3 = yellow, 4 = pink"
-seta g_campaign_name "xonotic25"
+seta g_campaign_name "xonoticbeta"
 set g_campaign_skill 0
 set g_campaignxonotic20_index 0
 set g_campaignxonotic25_index 1