From: terencehill Date: Tue, 17 Nov 2015 18:40:24 +0000 (+0100) Subject: hud_configure_grid_xsize and hud_configure_grid_ysize must have 6 decimal digits... X-Git-Tag: xonotic-v0.8.2~1650^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bc611f090e1c65004752de0db2b741ecb032a72c;p=xonotic%2Fxonotic-data.pk3dir.git hud_configure_grid_xsize and hud_configure_grid_ysize must have 6 decimal digits otherwise the relative sliders in the HUD Setup dialog doesn't recognize them --- diff --git a/hud_nexuiz.cfg b/hud_nexuiz.cfg index b97b42882..8fb29446f 100644 --- a/hud_nexuiz.cfg +++ b/hud_nexuiz.cfg @@ -29,8 +29,8 @@ seta hud_progressbar_vehicles_ammo2_color "0.7 0.4 0" seta _hud_panelorder "17 15 0 11 8 5 6 14 9 13 7 2 3 1 10 12 4 16 18 23 19 20 21 22 " seta hud_configure_grid "1" -seta hud_configure_grid_xsize "0.01" -seta hud_configure_grid_ysize "0.01" +seta hud_configure_grid_xsize "0.010000" +seta hud_configure_grid_ysize "0.010000" seta hud_panel_weapons 1 seta hud_panel_weapons_pos "0.375000 0.870000"