]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - _hud_common.cfg
Scoreboard: limit height rather than number of rows, it best adapts to different...
[xonotic/xonotic-data.pk3dir.git] / _hud_common.cfg
index 725bfe4e38b840dec5a7c4dc27c04f7028e503ce..20e188f8750808de84aa5f936dc4bfab36e0202a 100644 (file)
@@ -107,6 +107,11 @@ seta hud_panel_infomessages_group0 1 "show group 0 messages (showing keys for no
 seta hud_panel_infomessages_group_time 6 "number of seconds a message of a group lasts before it gets changed"
 seta hud_panel_infomessages_group_fadetime 0.4 "group message fade in/out time"
 
+seta hud_panel_scoreboard_namesize "15" "size limit of player names and relative column (multiplied by fontsize)"
+seta hud_panel_scoreboard_maxheight 0.5 "max height of the scoreboard; a few players that wouldn't fit into the scoreboard are listed in the last row"
+seta hud_panel_scoreboard_others_showscore 1 "show scores of players listed in the last row when the scoreboard reaches the max height"
+seta hud_panel_scoreboard_spectators_showping 1 "show ping of spectators"
+
 // hud panel aliases
 alias quickmenu "cl_cmd hud quickmenu ${* ?}"