From 467d9604cd4033e17935c73528d2c43a086c0f61 Mon Sep 17 00:00:00 2001 From: terencehill Date: Mon, 3 Oct 2011 11:31:44 +0200 Subject: [PATCH] set scale to 1 by default --- defaultXonotic.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 88bdda0432..50fa7cd006 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -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"; -- 2.39.2