fix: Write room view setting for height (hview)

This commit is contained in:
ithinkandicode 2020-04-29 20:50:07 +01:00 committed by OleSTEEP
parent 74e8f74385
commit 349983498b

View file

@ -377,6 +377,7 @@ void ExportRoom(UndertaleRoom room)
new XAttribute("xview", i.ViewX.ToString()),
new XAttribute("yview", i.ViewY.ToString()),
new XAttribute("wview", i.ViewHeight.ToString()),
new XAttribute("hview", i.ViewHeight.ToString()),
new XAttribute("xport", i.PortX.ToString()),
new XAttribute("yport", i.PortY.ToString()),
new XAttribute("wport", i.PortWidth.ToString()),