(c3950a782) Tweaks to video title size & placement, wording

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:55:35 +02:00
parent 55cb2b84d7
commit 567fb99864
3 changed files with 191 additions and 1 deletions
@@ -670,6 +670,13 @@ namespace Barotrauma
msg.Timer -= deltaTime;
msg.Pos += msg.Velocity * deltaTime;
}
foreach (GUIMessage msg in messages)
{
if (!msg.WorldSpace) continue;
msg.Timer -= deltaTime;
msg.Pos += msg.Velocity * deltaTime;
}
}
messages.RemoveAll(m => m.Timer <= 0.0f);