minicursors for minimap.

Bugs: ra doesn't define a sequence for move-blocked-minimap; cursor hotspot is wrong.
This commit is contained in:
Paul Chote
2010-07-21 00:26:32 +12:00
parent bd69047e8c
commit 7d02a801ad
4 changed files with 35 additions and 18 deletions

View File

@@ -78,6 +78,11 @@ namespace OpenRA.Graphics
{
return units[unit].ContainsKey(seq);
}
public static bool HasCursorSequence(string cursor)
{
return cursors.ContainsKey(cursor);
}
public static CursorSequence GetCursorSequence(string cursor)
{