Define a specific harvest cursor. Use attack for cnc harvest.

This commit is contained in:
Paul Chote
2011-06-25 17:40:34 +12:00
parent fd2d15c0fe
commit a4e319b9d2
3 changed files with 21 additions and 1 deletions

View File

@@ -233,7 +233,7 @@ namespace OpenRA.Mods.RA
if( res == null ) return false; if( res == null ) return false;
if( !info.Resources.Contains( res.info.Name ) ) return false; if( !info.Resources.Contains( res.info.Name ) ) return false;
cursor = "attackmove"; cursor = "harvest";
IsQueued = forceQueued; IsQueued = forceQueued;
return true; return true;

View File

@@ -98,6 +98,16 @@ Cursors:
length:8 length:8
x:12 x:12
y:12 y:12
harvest:
start:18
length:8
x:12
y:12
harvest-minimap:
start:140
length:8
x:12
y:12
enter: enter:
start:119 start:119
length:3 length:3

View File

@@ -119,6 +119,16 @@ Cursors:
length: 8 length: 8
x: 12 x: 12
y: 12 y: 12
harvest:
start:21
length: 8
x: 12
y: 12
harvest-minimap:
start:134
length: 8
x: 12
y: 12
enter: enter:
start:113 start:113
length: 3 length: 3