X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=_hud_common.cfg;h=ba88a2a4fa6fedcd4f2343caeb2e8b1445b1893e;hb=b2dc1d0a1c73a6eeb47df5092be173db37da1f7d;hp=f246ab7bc014a29188a3341232813a9e9631f7ae;hpb=a3e9e9f6fb5cfc04c8f19039097ded8ad6cd8c91;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/_hud_common.cfg b/_hud_common.cfg index f246ab7bc..ba88a2a4f 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -28,13 +28,14 @@ seta hud_panel_engineinfo_framecounter_exponentialmovingaverage_instantupdate_ch // hud panel aliases alias hud_panel_radar_rotate "toggle hud_panel_radar_rotation 0 1 2 3 4" -alias +hud_panel_radar_maximized "cl_cmd hud_panel_radar_maximized 1" -alias -hud_panel_radar_maximized "cl_cmd hud_panel_radar_maximized 0" -alias hud_panel_radar_maximized "cl_cmd hud_panel_radar_maximized" +alias +hud_panel_radar_maximized "cl_cmd hud radar 1" +alias -hud_panel_radar_maximized "cl_cmd hud radar 0" +alias hud_panel_radar_maximized "cl_cmd hud radar" // other hud cvars seta hud_showbinds 1 "what to show in the HUD to indicate certain keys to press: 0 display commands, 1 bound keys, 2 both" seta hud_showbinds_limit 2 "maximum number of bound keys to show for a command. 0 for unlimited" +set _hud_showbinds_reload 0 "set it to 1 to reload binds if you changed any. It is reset to 0 automatically" seta hud_colorflash_alpha 0.5 "starting alpha of the color flash"