(bc44f3622) Fixed credits not resizing when resolution is changed
This commit is contained in:
@@ -2033,8 +2033,8 @@ namespace Barotrauma
|
||||
XElement element = new XElement("Item");
|
||||
|
||||
element.Add(
|
||||
new XAttribute("name", prefab.Name),
|
||||
new XAttribute("identifier", prefab.Identifier),
|
||||
new XAttribute("name", Prefab.OriginalName),
|
||||
new XAttribute("identifier", Prefab.Identifier),
|
||||
new XAttribute("ID", ID));
|
||||
|
||||
if (FlippedX) element.Add(new XAttribute("flippedx", true));
|
||||
|
||||
Reference in New Issue
Block a user