facings for infantry "stand", and removed code for length-based facings (this probably breaks mods/c&c)
This commit is contained in:
@@ -20,7 +20,7 @@ namespace OpenRa.Traits
|
||||
var attackInfo = self.Info.Traits.Get<AttackBaseInfo>();
|
||||
|
||||
var turretAnim = new Animation(GetImage(self), () => turreted.turretFacing );
|
||||
turretAnim.PlayFacing( "turret", () => turreted.turretFacing );
|
||||
turretAnim.Play( "turret" );
|
||||
|
||||
if( attackInfo.PrimaryOffset != null )
|
||||
anims.Add("turret_1", new AnimationWithOffset(
|
||||
|
||||
Reference in New Issue
Block a user