{ "type": "Container", "id": "menuButtonsContainer", "atlas": "settings.json", "visible": false, "y": { "dynamic": true, "default": 400, "Portrait": "@view.y.b.-330", "Portrait,iOS": "@view.y.b.-430" }, "scale": { "dynamic": true, "default": 1, "Portrait": 1.78 }, "children": [{ "type": "ToggleButton", "id": "optionsPageButton", "x": -250, "textures": ["btn_options_INACTIVE.png", "btn_options_INACTIVE.png", "btn_options_ACTIVE.png", "btn_options_ACTIVE.png", "btn_options_INACTIVE.png"], "onToggle": "switchToMenuPage" },{ "type": "ToggleButton", "id": "paytablePageButton", "textures": ["btn_info_INACTIVE.png", "btn_info_INACTIVE.png", "btn_info_ACTIVE.png", "btn_info_ACTIVE.png", "btn_info_INACTIVE.png"], "onToggle": "switchToMenuPage" },{ "type": "ToggleButton", "id": "gameRulesPageButton", "x": 250, "textures": ["btn_rules_INACTIVE.png", "btn_rules_INACTIVE.png", "btn_rules_ACTIVE.png", "btn_rules_ACTIVE.png", "btn_rules_INACTIVE.png"], "onToggle": "switchToMenuPage" }] }