(307219669) Add some automatic orders.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:08:02 +03:00
parent b51fd32b88
commit 4797f6b0d3
14 changed files with 146 additions and 29 deletions
@@ -1209,6 +1209,9 @@ namespace Barotrauma
if (FlippedX) element.Add(new XAttribute("flippedx", true));
if (FlippedY) element.Add(new XAttribute("flippedy", true));
if (FlippedX) element.Add(new XAttribute("flippedx", true));
if (FlippedY) element.Add(new XAttribute("flippedy", true));
for (int i = 0; i < Sections.Length; i++)
{
if (Sections[i].damage == 0.0f) continue;