in all its false-color glory... a working minimap for terrain

This commit is contained in:
Chris Forbes
2010-01-04 00:09:01 +13:00
parent f329769188
commit 005e62e8c7
2 changed files with 29 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ namespace OpenRa.Game
DrawBuildTabs(paletteHeight);
DrawChat();
Game.minimap.Draw(new float2(30,30));
Game.minimap.Draw(new float2(Game.viewport.Width - 128,30));
}
void AddButton(Rectangle r, Action<bool> b) { buttons.Add(Pair.New(r, b)); }