]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/menu/item/label.c
Enable and use colors in some menu labels
[voretournament/voretournament.git] / data / qcsrc / menu / item / label.c
index d1a4da31a0f8f9b2c2b69b86d2173f9454f7f7f7..6f0374fb9f94ed26b506c7ecb0ad5a9d3e40bb98 100644 (file)
@@ -9,7 +9,7 @@ CLASS(Label) EXTENDS(Item)
        ATTRIB(Label, fontSize, float, 8)\r
        ATTRIB(Label, align, float, 0.5)\r
        ATTRIB(Label, allowCut, float, 0)\r
-       ATTRIB(Label, allowColors, float, 0)\r
+       ATTRIB(Label, allowColors, float, 1)\r
        ATTRIB(Label, keepspaceLeft, float, 0) // for use by subclasses (radiobuttons for example)\r
        ATTRIB(Label, keepspaceRight, float, 0)\r
        ATTRIB(Label, marginLeft, float, 0) // alternate way to specify keepspace* (in characters from the font)\r