Main.json:
{
"category_panel": {
"type": "panel",
"layer": 99,
"size": [
"151px",
"38px"
],
"offset": [
"53px",
"9px"
],
"anchor_from": "top_left",
"anchor_to": "top_left",
"controls": [
{
"store_categories_buttons_panel": {
"type": "panel",
"size": [
"151px",
"38px"
],
"$buy": "xxx.store.buy",
"$network": "xxx.store.category.network",
"$pworld": "xxx.store.category.pworld",
"controls": [
{
"buy_button@store_buttons.buy_button": {
"offset": [
"60px - 1px",
"-2px - 1px"
]
}
},
{
"network_button@store_buttons.network_button": {
"offset": [
"-1px",
"-1px"
]
}
},
{
"pworld_button@store_buttons.pworld_button": {
"offset": [
"96px - 1px",
"-1px"
]
}
}
]
}
}
]
}
}