X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=_hud_common.cfg;h=15453b7dcc018bbc8148b938a782d2717020cd27;hp=1a412f399b68db993f38f76f3f6f968a16dac127;hb=5eb2dee0826fe4c1365e29010e5f034b6cdc1efd;hpb=c545b26a7c733e02bfac2aad2a52ffd747202ba9 diff --git a/_hud_common.cfg b/_hud_common.cfg index 1a412f399..15453b7dc 100644 --- a/_hud_common.cfg +++ b/_hud_common.cfg @@ -5,6 +5,8 @@ seta hud_configure_checkcollisions 0 "check for collisions against other panels seta hud_configure_bg_minalpha 0.25 "minimum panel background alpha when in hud configure mode" seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mode" +seta hud_cursormode 1 "handle mouse input in cursor mode when CSQC displays a cursor" + seta hud_fontsize 11 "text fontsize for the hud" seta hud_width 560 "2D virtual width for the hud" @@ -42,6 +44,8 @@ alias -hud_panel_radar_maximized "cl_cmd hud radar 0" alias hud_panel_radar_maximized "cl_cmd hud radar" // other hud cvars +seta hud_panel_update_interval 2 "how often (in seconds) common panel cvars are reloaded" + 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"