(b2f1fcb2b) Progress on credits (images can now be displayed), removed unused "TileSprites" field from GUIComponent

This commit is contained in:
Joonas Rikkonen
2019-05-07 13:21:22 +03:00
parent f65d73ca74
commit a2760830af
3 changed files with 30 additions and 13 deletions
@@ -166,9 +166,7 @@ namespace Barotrauma
get { return enabled; }
set { enabled = value; }
}
public bool TileSprites;
private static GUITextBlock toolTipBlock;
public Vector2 Center
@@ -298,8 +296,6 @@ namespace Barotrauma
{
Visible = true;
TileSprites = true;
OutlineColor = Color.Transparent;
Font = GUI.Font;