isometry is now WIP ;)

This commit is contained in:
Matthias Mailänder
2013-09-29 17:34:57 +02:00
parent dee3a27328
commit 98e1fe852a

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Mods.TS
public class TSLoadScreen : ILoadScreen
{
Dictionary<string, string> Info;
static string[] Comments = new[] { "Updating EVA installation..." };
static string[] Comments = new[] { "Updating EVA installation...", "Changing perspective..." };
Stopwatch lastLoadScreen = new Stopwatch();
Rectangle StripeRect;