{ "widgets":[ { "name": "SkillsWidget", "alias": "sw" }, { "name": "EventWidget", "alias": "evw", "inGarden": false }, { "name": "UpgradeWidget", "alias": "uw" }, { "name": "ProfileWidget", "alias": "pw" }, { "name": "EffectWidget", "alias": "efw" }, { "name": "ElectionWidget", "alias": "elw" }, { "name": "CookieWidget", "alias": "cw" } ], "layout": [ { "op": "stack", "direction": "vertical", "align": "center", "apply_to": ["sw", "evw", "uw"] }, { "op": "stack", "direction": "vertical", "align": "center", "apply_to": ["pw", "efw"] }, { "op": "stack", "direction": "vertical", "align": "center", "apply_to": ["elw", "cw"] }, { "op": "align", "reference": "horizontalCenter", "apply_to": ["sw", "evw", "uw"] }, { "op": "collideAgainst", "direction": "left", "widgets": ["pw", "efw"], "colliders": ["sw", "evw", "uw"] }, { "op": "collideAgainst", "direction": "right", "widgets": ["elw", "cw"], "colliders": ["sw", "evw", "uw"] } ] }