mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
create_caption: make y offset positive
This commit is contained in:
parent
4a39a7730e
commit
943ccbb126
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if [ $# = 4 ]; then
|
|||
-gravity north \
|
||||
-draw "image over 0,18 0,0 '$2'" \
|
||||
-gravity south \
|
||||
-draw "image over 0,-25 0,0 '$3'"
|
||||
-draw "image over 0,25 0,0 '$3'"
|
||||
else
|
||||
draw_with_footer "$1" "$2"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue