]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
set scale to 1 by default
authorterencehill <piuntn@gmail.com>
Mon, 3 Oct 2011 09:31:44 +0000 (11:31 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 3 Oct 2011 09:31:44 +0000 (11:31 +0200)
defaultXonotic.cfg

index 88bdda0432f33782b2a5e34d8fed19f46c04d73d..50fa7cd006eafba21ee3ace3fa3231ffe28b2cfe 100644 (file)
@@ -1486,7 +1486,7 @@ seta hud_panel_physics_topspeed 1 "also show top speed"
 seta hud_panel_physics_topspeed_time 4 "how many seconds the top speed takes to fade out"
 seta hud_panel_physics_acceleration_max 1.5 "acceleration progressbar gets completely filled up by this value (in g)"
 seta hud_panel_physics_acceleration_vertical 0 "include the acceleration on the Z-axis"
-seta hud_panel_physics_acceleration_progressbar_scale 0 "multiply acceleration progressbar values by this factor (allow progressbar to go out of panel bounds)";
+seta hud_panel_physics_acceleration_progressbar_scale 1 "multiply acceleration progressbar values by this factor (allow progressbar to go out of panel bounds)";
 seta hud_panel_physics_acceleration_progressbar_nonlinear 1 "use a non linear function to display acceleration progressbar values (amplify more smaller values)";
 seta hud_panel_physics_text_scale 0.7 "scale text height by this factor";