mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -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
|
@ -569,14 +569,14 @@ D_ULTIMA = D_DM32
|
||||||
|
|
||||||
#ifdef ULTDOOM
|
#ifdef ULTDOOM
|
||||||
TITLEPIC 0 0 = fd1title
|
TITLEPIC 0 0 = fd1title
|
||||||
M_DOOM 24 -18
|
M_DOOM 13 -16
|
||||||
#else
|
#else
|
||||||
#ifdef FREEDM
|
#ifdef FREEDM
|
||||||
TITLEPIC 0 0 = fdmtitle
|
TITLEPIC 0 0 = fdmtitle
|
||||||
M_DOOM 40 -5 = m_dm
|
M_DOOM 40 -5 = m_dm
|
||||||
#else
|
#else
|
||||||
TITLEPIC 0 0 = fd2title
|
TITLEPIC 0 0 = fd2title
|
||||||
M_DOOM 24 -18
|
M_DOOM 13 -16
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -2816,4 +2816,3 @@ AQF073
|
||||||
AQF074
|
AQF074
|
||||||
AQF075
|
AQF075
|
||||||
AQF076
|
AQF076
|
||||||
|
|
||||||
|
|
|
@ -32,11 +32,10 @@ draw_with_footer() {
|
||||||
if [ $# = 4 ]; then
|
if [ $# = 4 ]; then
|
||||||
draw_with_footer "$1" "$4" \
|
draw_with_footer "$1" "$4" \
|
||||||
-gravity north \
|
-gravity north \
|
||||||
-draw "image over -6,2 0,0 '$2'" \
|
-draw "image over 0,18 0,0 '$2'" \
|
||||||
-pointsize 20 \
|
-pointsize 20 \
|
||||||
-draw "fill black stroke-width 4 stroke black text -5,160 '$3'" \
|
-draw "fill black stroke-width 4 stroke black text -5,160 '$3'" \
|
||||||
-draw "text -5,160 '$3'"
|
-draw "text -5,160 '$3'"
|
||||||
else
|
else
|
||||||
draw_with_footer "$1" "$2"
|
draw_with_footer "$1" "$2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue