more cursors

This commit is contained in:
Chris Forbes
2009-10-23 00:11:23 +13:00
parent 7d1f7670b9
commit c5df73d63a
2 changed files with 4 additions and 2 deletions

View File

@@ -21,5 +21,7 @@ namespace OpenRa.Game
public static Cursor Default { get { return new Cursor("default"); } }
public static Cursor Move { get { return new Cursor("move"); } }
public static Cursor Select { get { return new Cursor("select"); } }
public static Cursor MoveBlocked { get { return new Cursor("move-blocked"); } }
public static Cursor Attack { get { return new Cursor("attack"); } }
}
}