From: terencehill Date: Mon, 3 Oct 2011 09:31:44 +0000 (+0200) Subject: set scale to 1 by default X-Git-Tag: xonotic-v0.6.0~42^2~8^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=467d9604cd4033e17935c73528d2c43a086c0f61;p=xonotic%2Fxonotic-data.pk3dir.git set scale to 1 by default --- 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";