(6ed01ab09) Add a todo note.
This commit is contained in:
@@ -1568,7 +1568,7 @@ namespace Barotrauma
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Displays a message at the center of the screen, automatically preventing overlapping with other centered messages
|
/// Displays a message at the center of the screen, automatically preventing overlapping with other centered messages. TODO: Allow to show messages at the middle of the screen (instead of the top center).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static void AddMessage(string message, Color color, float? lifeTime = null, bool playSound = true, ScalableFont font = null)
|
public static void AddMessage(string message, Color color, float? lifeTime = null, bool playSound = true, ScalableFont font = null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user