X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=particles%2Fparticlefont.pl;h=2579d3b9f07250f6214bc84e6685f8587568feaf;hb=5b094e88dcffeaca45ee92bc9dcb7d0634cc3985;hp=fd5b6df696acd923654f5054838518d23e82d5b3;hpb=0e7ed909bffb4ff21f0c68d163edfc17487e380a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/particles/particlefont.pl b/particles/particlefont.pl index fd5b6df696..2579d3b9f0 100644 --- a/particles/particlefont.pl +++ b/particles/particlefont.pl @@ -58,7 +58,8 @@ for my $row(0..$rows-1) checkmagick $magick->Annotate( x => $s0 * $pixw + 2, y => $t1 * $pixh - 2, - text => $i + text => $i, + font => '/usr/share/fonts/TTF/DejaVuSansMono.ttf' ); } ++$i; @@ -84,7 +85,8 @@ for my $beam(0..$beams-1) checkmagick $magick->Annotate( x => $s0 * $pixw + 2, y => $t1 * $pixh - 2, - text => $i + text => $i, + font => '/usr/share/fonts/TTF/DejaVuSansMono.ttf' ); } ++$i;