스킨 제작자도 답변을 안달아주고 계시고
검색해도 나오는건 기존걸 다른위치로 변경방법만 있는데
원래대로 옮길려면 어떻게 해야할까요?

data/global/ui/layouts/hireablespanelhd.json
여기서 좌표 수정만 하면 되는거같아보이는데
기본으로 옮기는 좌표에 대한 정보가 안보입니다
지금 스킨 좌표는 이렇게 나오고 있어요


{
    "type": "HireablesPanel", "name": "HireablesPanel",
    "fields": {
        "priority": -100,
        "rect": { "x": 46, "y": 266 },
        "nextIconOffset": { "y": 204 },
        "summonsUseSecondSet": true,
        "nameAlternationSecondSetY": 0,
        "secondSetPosition": { "x": 0, "y": -206 },
        "nextIconOffsetSecondSet": "$SecondSetIconOffset",
        "tooltipOffset": { "x": 160, "y": 115 },
        "baseTransparency": 0.65,
        "mercenaryIconTooltipMouseoverDelay": 700,
        "allyPlayerFontColor": "$FontColorGold",
        "allyNPCFontColor": "$FontColorVeryLightGray",
//        "testPartyIcons": true
    },
    "children": [
        {
            "type": "AbstractImageWidget", "name": "Template",
            "children": [
                {
                    "type": "TextBoxWidget", "name": "Name",
                    "fields": {
                        "anchor": { "x": 0, "y": 0.98 },
                        "style": {
                            "fontFace": "Formal",
                            "fontColor": "$FontColorGold",
                            "pointSize": "$SmallFontSize",
                            "spacing": "$MinimumSpacing",
                            "alignment": { "h": "left" },
                        }
                    }
                },
                {
                    "type": "TextBoxWidget", "name": "Counter",
                    "fields": {
                        "rect": { "x": 12, "y": 70 },
                        "style": {
                            "pointSize": "$MediumFontSize",
                            "spacing": "$MinimumSpacing",
                        },
                    }
                },
                {
                    "type": "HealthBarWidget", "name": "Health",
                    "fields": {
                        "rect": { "y": -19, "width": 120, "height": 18 },
                        "transparency": 0.95,
                        "backgroundTransparency": 0.95,
                    }
                },
            ]
        },
    ]
}


혹시 아시는분 계실까요?????????
해당부분만 수정하면 좋은데 수정못하면 이전버전을 사용할수밖에 없네요