]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_settings_game_hud.qc
emphasize important game info in scoreboard
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_settings_game_hud.qc
index 88fba8dd0250345442b73809800aeb9eb46f708d..0fb475563a8f2e643e7b5444cb44eb96b2d8b731 100644 (file)
@@ -55,8 +55,15 @@ void XonoticGameHUDSettingsTab_fill(entity me)
                me.TD(me, 1, 3, e = makeXonoticCheckBox(0, "hud_panel_scoreboard_respawntime_decimals", _("Show decimals in respawn countdown")));
        me.TR(me);
                me.TD(me, 1, 3, e = makeXonoticCheckBox(0, "hud_panel_scoreboard_accuracy", _("Show accuracy underneath scoreboard")));
-
        me.TR(me);
+               me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Show team sizes:")));
+               me.TD(me, 1, 2, e = makeXonoticTextSlider_T("hud_panel_scoreboard_team_size_position", _("Team size position: Off=do not show; Left=on the left side of the scoreboard and move team scores to the right; Right=on the right of the scoreboard")));
+                       e.addValue(e, _("Left"), "1");
+                       e.addValue(e, _("Off"), "0");
+                       e.addValue(e, _("Right"), "2");
+                       e.configureXonoticTextSliderValues(e);
+
+       //me.TR(me);
        me.TR(me);
                me.TD(me, 1, 3, e = makeXonoticHeaderLabel(_("Waypoints")));
        me.TR(me);