From 77a4fed39de263d33f24e1c7a406325a76c2a3f6 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 30 Nov 2013 21:26:54 -0500 Subject: [PATCH] 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. --- buildcfg.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/buildcfg.txt b/buildcfg.txt index 3959ea38..2ed55f25 100644 --- a/buildcfg.txt +++ b/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