Reposition info widgets/countdown timer widgets in centre top of vp

This commit is contained in:
Scott_NZ
2012-12-12 00:45:58 +13:00
parent 6871d2ed37
commit 32721ac8cb
3 changed files with 8 additions and 13 deletions

View File

@@ -154,7 +154,7 @@ namespace OpenRA.Mods.RA.Missions
if (world.FrameNumber == 1)
{
SpawnAlliedUnit(McvName);
evacuateWidget = new InfoWidget("", new float2(Game.viewport.Width * 0.35f, Game.viewport.Height * 0.9f));
evacuateWidget = new InfoWidget("");
Ui.Root.AddChild(evacuateWidget);
UpdateUnitsEvacuated();
}