mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Generate different titlepics for freedoom and freedm.
This commit is contained in:
parent
585765b393
commit
868ab15f43
7 changed files with 20 additions and 8 deletions
1
graphics/dmttl.ppm
Symbolic link
1
graphics/dmttl.ppm
Symbolic link
|
@ -0,0 +1 @@
|
|||
titlepic/freedm.ppm
|
1
graphics/doomttl.ppm
Symbolic link
1
graphics/doomttl.ppm
Symbolic link
|
@ -0,0 +1 @@
|
|||
titlepic/freedoom.ppm
|
|
@ -1 +0,0 @@
|
|||
titlepic/output.ppm
|
|
@ -1,3 +1,8 @@
|
|||
titlepic:
|
||||
./create_caption
|
||||
# pnmtopng < output.ppm > output.png
|
||||
titlepic: freedoom.ppm freedm.ppm
|
||||
|
||||
freedoom.ppm: base.ppm
|
||||
./create_caption Freedoom $@
|
||||
|
||||
freedm.ppm: base.ppm
|
||||
./create_caption FreeDM $@
|
||||
|
||||
|
|
|
@ -5,12 +5,12 @@ DATE=`date +%Y/%m/%d`
|
|||
convert -fill white -font Helvetica-Bold \
|
||||
-pointsize 30 \
|
||||
-gravity north \
|
||||
-draw "text 0,30 Freedoom" \
|
||||
-draw "text 0,30 $1" \
|
||||
-pointsize 11 \
|
||||
-gravity southwest \
|
||||
-draw "text 5,5 'http://freedoom.sourceforge.net/'" \
|
||||
-gravity southeast \
|
||||
-draw "text 10,25 'Version: $VERSION'" \
|
||||
-draw "text 10,5 '$DATE'" \
|
||||
base.ppm output.ppm
|
||||
base.ppm $2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue