fix: Write room view setting for height (hview)
This commit is contained in:
parent
74e8f74385
commit
349983498b
1 changed files with 1 additions and 0 deletions
|
@ -377,6 +377,7 @@ void ExportRoom(UndertaleRoom room)
|
||||||
new XAttribute("xview", i.ViewX.ToString()),
|
new XAttribute("xview", i.ViewX.ToString()),
|
||||||
new XAttribute("yview", i.ViewY.ToString()),
|
new XAttribute("yview", i.ViewY.ToString()),
|
||||||
new XAttribute("wview", i.ViewHeight.ToString()),
|
new XAttribute("wview", i.ViewHeight.ToString()),
|
||||||
|
new XAttribute("hview", i.ViewHeight.ToString()),
|
||||||
new XAttribute("xport", i.PortX.ToString()),
|
new XAttribute("xport", i.PortX.ToString()),
|
||||||
new XAttribute("yport", i.PortY.ToString()),
|
new XAttribute("yport", i.PortY.ToString()),
|
||||||
new XAttribute("wport", i.PortWidth.ToString()),
|
new XAttribute("wport", i.PortWidth.ToString()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue