Display (attack|assault)move-blocked cursor outside map bounds.

This makes them consistent with the regular move order.
This commit is contained in:
Paul Chote
2017-09-24 19:36:51 +00:00
committed by reaperrr
parent e93183f0eb
commit 64afe4cfde
9 changed files with 50 additions and 17 deletions

View File

@@ -156,10 +156,8 @@ namespace OpenRA.Mods.Common.Traits
public override string GetCursor(World world, CPos cell, int2 worldPixel, MouseInput mi)
{
if (world.Map.Contains(cell))
return mi.Modifiers.HasModifier(Modifiers.Ctrl) ? "assaultmove" : "attackmove";
return "generic-blocked";
var prefix = mi.Modifiers.HasModifier(Modifiers.Ctrl) ? "assaultmove" : "attackmove";
return world.Map.Contains(cell) ? prefix : prefix + "-blocked";
}
public override bool InputOverridesSelection(World world, int2 xy, MouseInput mi)

Binary file not shown.

Binary file not shown.

View File

@@ -155,23 +155,41 @@ Cursors:
move:
Start: 0
Length: 8
move-minimap:
Start: 8
Length: 4
move-rough:
Start: 0
Length: 8
move-minimap:
Start: 8
Length: 4
attackmove:
Start: 12
Length: 8
attackmove-minimap:
Start: 20
Length: 4
move-blocked:
assaultmove:
Start: 24
Length: 8
assaultmove-minimap:
Start: 32
Length: 4
move-blocked:
Start: 36
Length: 1
attackmove-blocked:
Start: 37
Length: 1
assaultmove-blocked:
Start: 38
Length: 1
move-blocked-minimap:
Start: 25
Start: 39
Length: 1
attackmove-blocked-minimap:
Start: 39
Length: 1
assaultmove-blocked-minimap:
Start: 40
Length: 1
mouse5.shp: cursor
guard:
@@ -217,10 +235,3 @@ Cursors:
Length: 8
attackoutsiderange-minimap:
Start: 8
mouse8.shp: cursor
assaultmove:
Start: 0
Length: 8
assaultmove-minimap:
Start: 8
Length: 4

BIN
mods/d2k/bits/assaultmove.shp Normal file → Executable file

Binary file not shown.

BIN
mods/d2k/bits/attackmove.shp Normal file → Executable file

Binary file not shown.

View File

@@ -306,6 +306,14 @@ Cursors:
Length: 8
X: -2
Y: -2
attackmove-blocked:
Start: 8
X: -2
Y: -2
attackmove-blocked-minimap:
Start: 8
X: -2
Y: -2
assaultmove.shp: mouse
assaultmove:
Start: 0
@@ -316,4 +324,12 @@ Cursors:
Start: 0
Length: 8
X: -2
Y: -2
Y: -2
assaultmove-blocked:
Start: 8
X: -2
Y: -2
assaultmove-blocked-minimap:
Start: 8
X: -2
Y: -2

Binary file not shown.

View File

@@ -217,9 +217,17 @@ Cursors:
attackmove-minimap:
Start: 4
Length: 4
attackmove-blocked:
Start: 16
attackmove-blocked-minimap:
Start: 18
assaultmove:
Start: 8
Length: 4
assaultmove-minimap:
Start: 12
Length: 4
assaultmove-blocked:
Start: 17
assaultmove-blocked-minimap:
Start: 19