You are on page 1of 4

{

"commonName": "Overlay",
"customBackground":true,
"height": 400,
"width": 900,
"autoEscape": false,
"footer":
[
{
"icon": "$FooterIconNo",
"clickAction": "act_cancel",
"bindings":
[
{
"property": "label",
"binding": "bnd_cancel_button"
}
]
},
{
"icon": "$FooterIconYes",
"clickAction": "act_accept",
"bindings":
[
{
"property": "label",
"binding": "bnd_accept_button"
}
]
}
],
"style-definitions":
{
"TF_RIGHT_PANEL":
{
"fontFace": "$FONT_REGULAR",
"fontSize": "$FONT_SIZE_MEDIUM",
"fontColor": "$COLOR_DARK_GRAY",
"textAlignH": "CENTER",
"leading": -2.0
},
"TF_AUDIO_TITLE":
{
"fontFace": "$FONT_BOLD",
"fontSize": "$FONT_SIZE_MEDIUM",
"fontColor": "$COLOR_BLACK"
},
"TF_OPTIONS":
{
"fontFace": "$FONT_REGULAR",
"fontSize": "$FONT_SIZE_LARGEST",
"fontColor": "$COLOR_DARK_BLUE",
"resizeType": "NONE"
},
"TF_OPTIONS_RIGHT":
{
"fontFace": "$FONT_REGULAR",
"fontSize": "$FONT_SIZE_LARGEST",
"fontColor": "$COLOR_DARK_BLUE",
"textAlignH": "RIGHT"
},
"TF_TITLE":
{
"fontFace": "$FONT_BOLD",
"fontSize": "$FONT_SIZE_SMALL_HEADER",
"fontColor": "$COLOR_DARK_BLUE",
"textAlignH": "RIGHT"
},
"TF_GENERAL_TITLE":
{
"fontFace": "$FONT_TITLE",
"fontSize": "$FONT_SIZE_LARGE_HEADER",
"fontColor": "$COLOR_DARK_BLUE"
},
"TF_SETTINGS_ROW_LABEL":
{
"fontFace": "$FONT_BOLD",
"fontSize": "$FONT_SIZE_MEDIUM_HEADER",
"fontColor": "$COLOR_DARK_BLUE",
"textAlignH": "LEFT"
},
"TF_SETTINGS_ROW_LABEL_DISABLED":
{
"fontFace": "$FONT_BOLD",
"fontSize": "$FONT_SIZE_MEDIUM_HEADER",
"fontColor": "$COLOR_MEDIUM_GRAY",
"textAlignH": "LEFT"
},
"TF_SETTINGS_ROW_TOGGLE":
{
"fontFace": "$FONT_BOLD",
"fontSize": "$FONT_SIZE_HEADER",
"fontColor": "$COLOR_DARK_BLUE",
"textAlignH": "CENTER"
},
"TF_GENERAL_TEXT":
{
"fontFace": "$FONT_BODY",
"fontSize": "$FONT_SIZE_MEDIUM",
"fontColor": "$COLOR_DARK_GRAY"
},
"TF_MULTILINE_TEXT":
{
"fontFace": "$FONT_BODY",
"fontSize": "$FONT_SIZE_LARGEST",
"fontColor": "$COLOR_DARK_GRAY",
"leading": 0.1
},
"TF_CUSTOMIZE_INGAME_WARNING":
{
"fontFace": "$FONT_BODY",
"fontSize": 14.0,
"fontColor": "$COLOR_MEDIUM_GRAY"
}
},
"children":
[
{
"commonName": "TabBar",
"width": 900,
"x": 0.0,
"y": -38.0,
"tabs":
[
{
"clickAction": "act_select_match_settings",
"bindings":
[
{
"property": "dataProviders",
"binding": "bnd_match_settings_tab"
}
]
},
{
"clickAction": "act_select_controls",
"bindings":
[
{
"property": "dataProviders",
"binding": "bnd_controls_tab"
}
]
},
{
"clickAction": "act_select_audio_visual",
"bindings":
[
{
"property": "dataProviders",
"binding": "bnd_audio_visual_tab"
}
]
},
{
"clickAction": "act_select_debug_settings",
"bindings":
[
{
"property": "dataProviders",
"binding": "bnd_debug_settings_tab"
}
]
}
],
"bindings":
[
{
"binding": "bnd_settings_customize_tab_index",
"property": "selectedIndex"
}
]
},
{
"commonName": "Layer",
"name": "SettingsCustomizeContent"
}
]
}

You might also like