X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=gfx%2Fcolormap_palette.pl;h=dc99b649904ef88c1ba7e27ff405d114619d01a5;hb=refs%2Fheads%2FMario%2Fsurvival;hp=07ad2de1142c640f30c387b969c2f97d86523c5e;hpb=64b349a338c5355c1b1381ef0987e34c24fae75b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/gfx/colormap_palette.pl b/gfx/colormap_palette.pl index 07ad2de11..dc99b6499 100644 --- a/gfx/colormap_palette.pl +++ b/gfx/colormap_palette.pl @@ -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: $_";