]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/skin-customizables.inc
Servers list: initially keep selected the first item of the list, avoiding an unwante...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / skin-customizables.inc
index 58884a0f99f60eca58b0b917356726b60318428e..bf29683f6302b1bc889e68f09017a690ab0e55cd 100644 (file)
@@ -211,10 +211,14 @@ SKINBEGIN
        SKINVECTOR(COLOR_MODELTITLE, '1 1 1');
        SKINFLOAT(ALPHA_MODELTITLE, 1);
 
-       // item: player name editor
+       // item: special character picker
        SKINVECTOR(COLOR_CHARMAP_CHAR, '1 1 1');
        SKINFLOAT(ALPHA_CHARMAP_CHAR, 1);
 
+       // item: crosshair picker
+       SKINVECTOR(COLOR_CROSSHAIRPICKER_CROSSHAIR, '1 1 1');
+       SKINFLOAT(ALPHA_CROSSHAIRPICKER_CROSSHAIR, 1);
+
        // item: radio button
        SKINSTRING(GFX_RADIOBUTTON, "radiobutton");
        SKINVECTOR(COLOR_RADIOBUTTON_N, '1 1 1');