Merge branch 'experimental' into devel
This commit is contained in:
commit
0b4767d7de
9 changed files with 108 additions and 20 deletions
|
|
@ -26,7 +26,10 @@ Class OptionMenuItemUTHudPreview : OptionMenuItem
|
|||
{
|
||||
int xpos = indent + CursorSpace();
|
||||
int ypos = y+OptionMenuSettings.mLinespacing*CleanYfac_1;
|
||||
<<<<<<< HEAD
|
||||
Screen.DrawFrame(xpos,ypos,64*CleanXFac_1,64*CleanYFac_1);
|
||||
=======
|
||||
>>>>>>> experimental
|
||||
Screen.DrawTexture(tex[0],false,xpos,ypos,DTA_CleanNoMove_1,true);
|
||||
Color tintcolor = Color("White");
|
||||
switch ( mColorP.GetInt() )
|
||||
|
|
@ -49,6 +52,7 @@ Class OptionMenuItemUTHudPreview : OptionMenuItem
|
|||
Screen.DrawTexture(tex[1],false,xpos,ypos,DTA_CleanNoMove_1,true,DTA_FillColor,tintcolor,DTA_Alpha,alpha,DTA_LegacyRenderStyle,STYLE_AddShaded);
|
||||
return -1;
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
}
|
||||
|
||||
// changes to Tahoma
|
||||
|
|
@ -84,3 +88,6 @@ Class UTMessageBox : MessageBoxMenu
|
|||
mMessage = textFont.BreakLines(Stringtable.Localize(message),generic_ui?600:300);
|
||||
}
|
||||
}
|
||||
=======
|
||||
}
|
||||
>>>>>>> experimental
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue