]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add r_textshadow to the menu
authorotta8634 <k9wolf@pm.me>
Sun, 16 Feb 2025 11:51:05 +0000 (19:51 +0800)
committerotta8634 <k9wolf@pm.me>
Fri, 14 Mar 2025 16:33:05 +0000 (00:33 +0800)
Added it to the Misc section.
This was requested by #793.

qcsrc/menu/xonotic/dialog_settings_misc.qc

index 7a52a39db00bca3d4113c6736edb3a37bd35b864..a49666e53621ede6c1ce87fcc04cc86f3f2dbf75 100644 (file)
@@ -71,6 +71,9 @@ void XonoticMiscSettingsTab_fill(entity me)
                        e.addText(e, ZCTX(_("TLTIP^Standard")), 1);
                        e.addText(e, ZCTX(_("TLTIP^Advanced")), 2);
                        e.configureXonoticMixedSliderValues(e);
+       me.TR(me);
+               me.TD(me, 1, 3, e = makeXonoticCheckBox_T(0, "r_textshadow", _("Text shadow"),
+                       _("Draw a shadow behind all text to improve readability")));
        me.TR(me);
                me.TD(me, 1, 3, e = makeXonoticCheckBox_T(0, "showtime", _("Show current date and time"),
                        _("Show current date and time of day, useful on screenshots")));