mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Import other stuff.
This commit is contained in:
parent
e98e2f465e
commit
36658bee0e
3275 changed files with 56431 additions and 0 deletions
3
graphics/titlepic/Makefile
Normal file
3
graphics/titlepic/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
titlepic:
|
||||
./create_caption
|
||||
# pnmtopng < output.ppm > output.png
|
BIN
graphics/titlepic/base.ppm
Normal file
BIN
graphics/titlepic/base.ppm
Normal file
Binary file not shown.
10
graphics/titlepic/create_caption
Executable file
10
graphics/titlepic/create_caption
Executable 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"
|
6536
graphics/titlepic/ncenB24.bdf
Normal file
6536
graphics/titlepic/ncenB24.bdf
Normal file
File diff suppressed because it is too large
Load diff
BIN
graphics/titlepic/old-base.ppm
Normal file
BIN
graphics/titlepic/old-base.ppm
Normal file
Binary file not shown.
0
graphics/titlepic/output.png
Normal file
0
graphics/titlepic/output.png
Normal file
BIN
graphics/titlepic/output.ppm
Normal file
BIN
graphics/titlepic/output.ppm
Normal file
Binary file not shown.
BIN
graphics/titlepic/ppmcaption
Executable file
BIN
graphics/titlepic/ppmcaption
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue