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 Default { get { return new Cursor("default"); } }
public static Cursor Move { get { return new Cursor("move"); } } public static Cursor Move { get { return new Cursor("move"); } }
public static Cursor Select { get { return new Cursor("select"); } } 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"); } }
} }
} }

View File

@@ -345,9 +345,9 @@
<sequence name="scroll-ul" start="8" /> <sequence name="scroll-ul" start="8" />
<sequence name="scroll-blocked" start="9" /> <sequence name="scroll-blocked" start="9" />
<sequence name="move" start="10" length="4" x="12" y="12"/> <sequence name="move" start="10" length="4" x="12" y="12"/>
<sequence name="move-blocked" start="14" /> <sequence name="move-blocked" start="14" x="12" y="12"/>
<sequence name="select" start="15" length="6" x="12" y="12"/> <sequence name="select" start="15" length="6" x="12" y="12"/>
<sequence name="attack" start="21" length="8" /> <sequence name="attack" start="21" length="8" x="12" y="12"/>
<sequence name="move-minimap" start="29" length="6" /> <sequence name="move-minimap" start="29" length="6" />
<sequence name="repair" start="35" length="24" /> <sequence name="repair" start="35" length="24" />
</cursor> </cursor>