From 349983498b65c9c3814c8c093ebe546efc48551f Mon Sep 17 00:00:00 2001 From: ithinkandicode Date: Wed, 29 Apr 2020 20:50:07 +0100 Subject: [PATCH] fix: Write room view setting for height (hview) --- ExportToGMS1Project.csx | 1 + 1 file changed, 1 insertion(+) diff --git a/ExportToGMS1Project.csx b/ExportToGMS1Project.csx index 87d8b54..9e92e44 100644 --- a/ExportToGMS1Project.csx +++ b/ExportToGMS1Project.csx @@ -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()),