mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-31 20:16:55 -04:00
Make sure titlepic logo and menu logo are in the same location.
This gives a nice effect of blending the title in with the menu. We actually used to do this, but it broke with a title screen update. Thanks @JNechaevsky for the suggestion. Closes #388
This commit is contained in:
parent
c67e8a566a
commit
55943ca46f
2 changed files with 14 additions and 16 deletions
|
@ -32,11 +32,10 @@ draw_with_footer() {
|
|||
if [ $# = 4 ]; then
|
||||
draw_with_footer "$1" "$4" \
|
||||
-gravity north \
|
||||
-draw "image over -6,2 0,0 '$2'" \
|
||||
-draw "image over 0,18 0,0 '$2'" \
|
||||
-pointsize 20 \
|
||||
-draw "fill black stroke-width 4 stroke black text -5,160 '$3'" \
|
||||
-draw "text -5,160 '$3'"
|
||||
else
|
||||
draw_with_footer "$1" "$2"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue