From: MirceaKitsune Date: Sat, 26 Feb 2011 22:33:14 +0000 (+0200) Subject: More position tweaking X-Git-Url: https://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=commitdiff_plain;h=94dc1fd5093f998152d51948b04a2280c207cd10 More position tweaking --- diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index a63c2ae4..c1c4b6c0 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -3035,7 +3035,7 @@ void Sbar_Draw (void) { drawpic(armor_pos + '10 -13.5 0', "gfx/hud/sb_armor", '16 16 0', '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL); if(x < 100) armor_pos_x -= 4.5; // always center - if(x < 10) armor_pos_x -= 6.5; // always center + if(x < 10) armor_pos_x -= 7; // always center Sbar_DrawXNum_Colored(armor_pos, x, 12, sbar_alpha_fg); }