mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
create_caption: change color to orange
For better visibility.
This commit is contained in:
parent
5efe26a29b
commit
2326d4a741
1 changed files with 7 additions and 7 deletions
|
@ -19,13 +19,13 @@ draw_with_footer() {
|
|||
output_file=$2;
|
||||
shift; shift
|
||||
|
||||
convert $input_file -fill blue -font "$font" +dither -style oblique \
|
||||
-pointsize 11 \
|
||||
-gravity southwest \
|
||||
-draw "text 5,5 'Freedoom, © 2001-2017'" \
|
||||
-gravity southeast \
|
||||
-draw "text 10,5 '$VERSION'" \
|
||||
"$@" \
|
||||
convert $input_file -fill orange -font "$font" +dither -style oblique \
|
||||
-pointsize 11 \
|
||||
-gravity southwest \
|
||||
-draw "text 5,5 'Freedoom, © 2001-2017'" \
|
||||
-gravity southeast \
|
||||
-draw "text 10,5 '$VERSION'" \
|
||||
"$@" \
|
||||
$output_file
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue