Import other stuff.

This commit is contained in:
Simon Howard 2006-05-09 16:20:42 +00:00
parent e98e2f465e
commit 36658bee0e
3275 changed files with 56431 additions and 0 deletions

View file

@ -0,0 +1,3 @@
titlepic:
./create_caption
# pnmtopng < output.ppm > output.png

BIN
graphics/titlepic/base.ppm Normal file

Binary file not shown.

View file

@ -0,0 +1,10 @@
#!/bin/sh
./ppmcaption base.ppm output.ppm \
\
-font ncenB24.bdf -scale 0.34 -fg white -bg black \
-pos 240,30 -right -text 'http://freedoom.sourceforge.net/' \
\
-font ncenB24.bdf -scale 0.34 -fg white -bg black \
-pos -10,-10 -right -text 'Build Date: %a, %b %d %Y' \
-pos -10,-25 -right -text "Version: $VERSION"

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

Binary file not shown.

BIN
graphics/titlepic/ppmcaption Executable file

Binary file not shown.