]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
default offsetmapping off (as it messes up model skins)
[xonotic/darkplaces.git] / cl_screen.c
index 861eed77ccf6b58959142ea896573e859b682d71..5519df6e7a1349371480ddc31246fbcea8605b50 100644 (file)
@@ -58,7 +58,10 @@ static vec4_t string_colors[] =
        {0.0, 0.0, 1.0, 1.0}, // blue
        {0.0, 1.0, 1.0, 1.0}, // cyan
        {1.0, 0.0, 1.0, 1.0}, // magenta
-       {1.0, 1.0, 1.0, 1.0}  // white
+       {1.0, 1.0, 1.0, 1.0}, // white
+       // [515]'s BX_COLOREDTEXT extension
+       {1.0, 1.0, 1.0, 0.5}, // half transparent
+       {0.5, 0.5, 0.5, 1.0}  // half brightness        
        // Black's color table
        //{1.0, 1.0, 1.0, 1.0},
        //{1.0, 0.0, 0.0, 1.0},