Add strafing to C&C airstrike.

This commit is contained in:
Paul Chote
2013-11-01 17:44:54 +13:00
parent 8d07d14e4d
commit 2f5ff30184
5 changed files with 75 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Mods.RA
[ActorReference]
public readonly string UnitType = "badr.bomber";
public readonly int SquadSize = 1;
public readonly WVec SquadOffset = new WVec(-1536, 2048, 0);
public readonly WVec SquadOffset = new WVec(-1536, 1536, 0);
public readonly int QuantizedFacings = 32;
public readonly WRange Cordon = new WRange(5120);