mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
graphics: Adjust offsets of menu text.
Some of the text graphics on the options and sound menus were misaligned using the new generated graphics. Adjust these so that they are spaced out more evenly.
This commit is contained in:
parent
9855d868ea
commit
77a4fed39d
1 changed files with 11 additions and 11 deletions
22
buildcfg.txt
22
buildcfg.txt
|
@ -729,11 +729,11 @@ M_THERMO -2 -1
|
|||
M_THERMR 0 0
|
||||
M_THERMM 0 0
|
||||
M_THERML -2 0
|
||||
M_ENDGAM 0 0
|
||||
M_ENDGAM 0 1
|
||||
M_PAUSE 0 0
|
||||
M_MESSG 0 0
|
||||
M_MSGON 0 -3
|
||||
M_MSGOFF 0 -3
|
||||
M_MESSG 0 1
|
||||
M_MSGON 0 1
|
||||
M_MSGOFF 0 1
|
||||
M_HURT 0 0
|
||||
M_JKILL 0 0
|
||||
M_ROUGH 0 0
|
||||
|
@ -746,16 +746,16 @@ M_OPTTTL 0 0
|
|||
M_SAVEG 0 0
|
||||
M_LOADG 0 0
|
||||
M_DISP 0 0
|
||||
M_MSENS 0 0
|
||||
M_GDHIGH -15 -3
|
||||
M_GDLOW -15 -3
|
||||
M_DETAIL 0 0
|
||||
M_MSENS 0 1
|
||||
M_GDHIGH -20 1
|
||||
M_GDLOW -20 1
|
||||
M_DETAIL 0 1
|
||||
M_DISOPT 0 0
|
||||
M_SCRNSZ 0 0
|
||||
M_SCRNSZ 0 1
|
||||
M_SGTTL 0 0
|
||||
M_LGTTL 0 0
|
||||
M_SFXVOL 0 0
|
||||
M_MUSVOL 0 0
|
||||
M_SFXVOL 0 1
|
||||
M_MUSVOL 0 1
|
||||
M_LSLEFT 3 11
|
||||
M_LSCNTR 3 11
|
||||
M_LSRGHT 3 11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue