]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
don't ask. Fixed missing text.
authorRudolf Polzer <divverent@alientrap.org>
Wed, 11 Jan 2012 17:00:13 +0000 (18:00 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 11 Jan 2012 17:00:13 +0000 (18:00 +0100)
particles/particlefont-template.png
particles/particlefont.pl

index a6fd71e6e09ccd02073af8f68b2a64f65e85fd01..2228fef05d27e357b58da7785ce3e8fcc25c6820 100644 (file)
Binary files a/particles/particlefont-template.png and b/particles/particlefont-template.png differ
index fd5b6df696acd923654f5054838518d23e82d5b3..2579d3b9f07250f6214bc84e6685f8587568feaf 100644 (file)
@@ -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;