mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Slight tweaking to the title (#290)
The title seems a bit too close to the letters.
This commit is contained in:
parent
ad5b646d48
commit
8530a8a820
1 changed files with 2 additions and 2 deletions
|
@ -606,14 +606,14 @@ D_ULTIMA = D_DM32
|
||||||
|
|
||||||
#ifdef ULTDOOM
|
#ifdef ULTDOOM
|
||||||
TITLEPIC 0 0 = fd1title
|
TITLEPIC 0 0 = fd1title
|
||||||
M_DOOM 24 -24
|
M_DOOM 24 -18
|
||||||
#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 -24
|
M_DOOM 24 -18
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue