more cursors
This commit is contained in:
@@ -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"); } }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -345,9 +345,9 @@
|
||||
<sequence name="scroll-ul" start="8" />
|
||||
<sequence name="scroll-blocked" start="9" />
|
||||
<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="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="repair" start="35" length="24" />
|
||||
</cursor>
|
||||
|
||||
Reference in New Issue
Block a user