... 이상 생략 ...
{
"type" : "Widget",
"name" : "SharedStashTabContainer",
"children": [
{
"type" : "ImageWidget",
"name" : "StashNavigation",
"fields" : {
"rect": {"x": 369, "y": 1211, "width": 420, "height": 93}
},
"children": [
{
"type" : "ButtonWidget",
"name" : "StashLeftArrow",
"fields": {
"rect" : {
"x" : 29,
"y" : 13,
"width" : 64,
"height": 64
},
"filename" : "PANELStashStash_LeftArrow",
"normalFrame" : 0,
"pressedFrame" : 2,
"hoveredFrame" : 1,
"disabledFrame" : 3,
"onClickMessage": "BankPanelMessage:SharedStashLeft"
}
},
{
"type" : "TextBoxWidget",
"name" : "CurrentSharedStashText",
"fields": {
"text" : "@SharedStashPage",
"rect" : {"x": 95, "y": 13, "width": 230, "height": 64},
"style": {
"fontColor" : "$PanelTitleColor",
"pointSize" : "$MediumFontSize",
"alignment" : {"v": "center", "h": "center"},
"spacing" : "$MinimumSpacing",
"dropShadow": "$DefaultDropShadow"
}
}
},
{
"type" : "ButtonWidget",
"name" : "StashRightArrow",
"fields": {
"rect" : {
"x" : 327,
"y" : 13,
"width" : 64,
"height": 64
},
"filename" : "PANELStashStash_RightArrow",
"normalFrame" : 0,
"pressedFrame" : 2,
"hoveredFrame" : 1,
"disabledFrame" : 3,
"onClickMessage": "BankPanelMessage:SharedStashRight"
}
}
]
},
// 공유 창고 패널 탭바 상단에 페이지 이동 추가 시작
{
"type" : "ImageWidget",
"name" : "StashNavigation2",
"fields" : { "rect": {"x": 274, "y": 66} },
"children": [
{
"type" : "RectangleWidget",
"name" : "BG_alpha",
"fields" : {
"rect" : {
"x" : -182,
"y" : -2,
"width" : 326,
"height": 68
},
"color" : [0.0, 0.0, 0.0, 0.45],
"borderColor": [0.78, 0.70, 0.47, 0.7]
},
"children": [
{
"type" : "TextBoxWidget",
"name" : "CurrentSharedStashText",
"fields": {
"text" : "페이지 이동",
"rect" : {"x": 2, "y": 0, "width": 180, "height": 64},
"style": {
"fontColor" : "$PanelTitleColor",
"pointSize" : "$MediumFontSize",
"alignment" : {"v": "center", "h": "center"},
"spacing" : "$MinimumSpacing",
"dropShadow": "$DefaultDropShadow"
}
}
}
]
},
{
"type" : "RectangleWidget",
"name" : "BG_alpha",
"fields" : { "rect": {"x": 8, "y": 2} },
"children": [
{
"type" : "ButtonWidget",
"name" : "StashLeftArrow",
"fields": {
"rect" : {
"x" : 2,
"y" : 2,
"width" : 64,
"height": 64,
"scale" : 0.9
},
"filename" : "PANELStashStash_LeftArrow",
"normalFrame" : 0,
"pressedFrame" : 2,
"hoveredFrame" : 1,
"disabledFrame" : 3,
"onClickMessage": "BankPanelMessage:SharedStashLeft"
}
},
{
"type" : "ButtonWidget",
"name" : "StashRightArrow",
"fields": {
"rect" : {
"x" : 70,
"y" : 2,
"width" : 64,
"height": 64,
"scale" : 0.9
},
"filename" : "PANELStashStash_RightArrow",
"normalFrame" : 0,
"pressedFrame" : 2,
"hoveredFrame" : 1,
"disabledFrame" : 3,
"onClickMessage": "BankPanelMessage:SharedStashRight"
}
}
]
}
]
}
// 공유 창고 패널 탭바 상단에 페이지 이동 추가 끝
]
},
// 창고 패널 우측에 금화 꺼내기 버튼 추가 시작
{
"type" : "ButtonWidget",
"name" : "gold_withdraw",
"fields": {
"rect" : {"x": 1154, "y": 956},
"filename" : "PANELGoldButton",
"hoveredFrame" : 3,
"tooltipString" : "@strGoldWithdraw",
"onClickMessage": "BankPanelMessage:Withdraw"
}
},
// 창고 패널 우측에 금화 꺼내기 버튼 추가 끝
// 창고 패널 탭바 상단에 금화 보관 버튼 추가 시작
{
"type" : "ButtonWidget",
"name" : "gold_button",
"fields": {
"rect" : {"x": 422, "y": 80},
"filename" : "PANELGoldButton",
"hoveredFrame" : 3,
"tooltipString" : "@strGoldDeposit",
"onClickMessage": "PlayerInventoryPanelMessage:DropGold"
}
}
// 창고 패널 탭바 상단에 금화 보관 버튼 추가 끝
]
},
{
"type" : "Widget",
"name" : "advancedstash_gems",
"children": [
... 이하 생략 ...