new syntax in miniyaml: "-Key:" blocks inheritance of Key.
This commit is contained in:
@@ -5,8 +5,8 @@ namespace OpenRa.Game.Traits
|
||||
class UnitInfo : OwnedActorInfo, ITraitInfo
|
||||
{
|
||||
public readonly int InitialFacing = 128;
|
||||
public readonly int ROT = 0;
|
||||
public readonly int Speed = 0;
|
||||
public readonly int ROT = 255;
|
||||
public readonly int Speed = 1;
|
||||
|
||||
public object Create( Actor self ) { return new Unit( self ); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user