Define a specific harvest cursor. Use attack for cnc harvest.
This commit is contained in:
@@ -233,7 +233,7 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
if( res == null ) return false;
|
||||
if( !info.Resources.Contains( res.info.Name ) ) return false;
|
||||
cursor = "attackmove";
|
||||
cursor = "harvest";
|
||||
IsQueued = forceQueued;
|
||||
|
||||
return true;
|
||||
|
||||
@@ -98,6 +98,16 @@ Cursors:
|
||||
length:8
|
||||
x:12
|
||||
y:12
|
||||
harvest:
|
||||
start:18
|
||||
length:8
|
||||
x:12
|
||||
y:12
|
||||
harvest-minimap:
|
||||
start:140
|
||||
length:8
|
||||
x:12
|
||||
y:12
|
||||
enter:
|
||||
start:119
|
||||
length:3
|
||||
|
||||
@@ -119,6 +119,16 @@ Cursors:
|
||||
length: 8
|
||||
x: 12
|
||||
y: 12
|
||||
harvest:
|
||||
start:21
|
||||
length: 8
|
||||
x: 12
|
||||
y: 12
|
||||
harvest-minimap:
|
||||
start:134
|
||||
length: 8
|
||||
x: 12
|
||||
y: 12
|
||||
enter:
|
||||
start:113
|
||||
length: 3
|
||||
|
||||
Reference in New Issue
Block a user