Simplify and fix animation glitches.
This commit is contained in:
committed by
Matthias Mailänder
parent
75624560d2
commit
8f93d7b5d7
@@ -849,8 +849,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
node.Value.Nodes.RemoveAll(p => p.Key == "-RenderBuilding");
|
||||
|
||||
var doorOverlay = new MiniYamlNode("WithProductionDoorOverlay", "");
|
||||
doorOverlay.Value.Nodes.Add(new MiniYamlNode("Sequence", "idle-top"));
|
||||
doorOverlay.Value.Nodes.Add(new MiniYamlNode("BuildSequence", "build-top"));
|
||||
doorOverlay.Value.Nodes.Add(new MiniYamlNode("Sequence", "build-top"));
|
||||
node.Value.Nodes.Add(doorOverlay);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user