]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - gfx/colormap_palette.pl
Merge branch 'master' into Lyberta/WaypointIcons
[xonotic/xonotic-data.pk3dir.git] / gfx / colormap_palette.pl
index 07ad2de1142c640f30c387b969c2f97d86523c5e..dc99b649904ef88c1ba7e27ff405d114619d01a5 100644 (file)
@@ -42,6 +42,9 @@ my $value_max = 0xFF;
 my $i = 0;
 my $pal_colormap = "";
 my $pal_scoreboard = "";
+print STDERR "\nPaste these cases into the qc colormapPaletteColor function\n\n";
+
+print STDERR "\t\t// generated by gfx/colormap_palette.pl\n";
 for(@colors)
 {
        /^(..)(..)(..)$/ or die "invalid color spec: $_";