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:
Mike Swanson 2017-02-23 08:13:54 -08:00
parent c67e8a566a
commit 55943ca46f
2 changed files with 14 additions and 16 deletions

View file

@ -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