v0.19.8.0
This commit is contained in:
@@ -410,7 +410,7 @@ namespace Barotrauma
|
||||
{
|
||||
y += yStep;
|
||||
DrawString(spriteBatch, new Vector2(10, y),
|
||||
"Sub pos: " + Submarine.MainSub.Position.ToPoint(),
|
||||
"Sub pos: " + Submarine.MainSub.WorldPosition.ToPoint(),
|
||||
Color.White, Color.Black * 0.5f, 0, GUIStyle.SmallFont);
|
||||
}
|
||||
|
||||
@@ -879,6 +879,11 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static IEnumerable<GUIComponent> GetAdditions()
|
||||
{
|
||||
return additions;
|
||||
}
|
||||
#endregion
|
||||
|
||||
public static GUIComponent MouseOn { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user