{ "type": "Container", "id": "menuBackgroundWithClose", "opaque": true, "visible": false, "children": [{ "type": "Graphics", "variant": "Rectangle", "width": 3840, "height": 4320, "color": "#000000", "alpha": 0.6, "visible": true, "opaque": true, "allowOverrides": true },{ "type": "Button", "atlas": "settings_pages.json", "textures": ["pop-up_base.png", "pop-up_base.png", "pop-up_base.png", "pop-up_base.png"], "areaWidth": 100, "areaHeight": 100, "areaX": -700, "areaY": 450, "onPress": "closeMenuView", "onPressSound": "FXButtonClick1", "scale": 0.78 },{ "type": "Text", "padding": 20, "y": { "dynamic": true, "default": 380, "Portrait": "@iface.stepFunction.-850,@view.y.t.145,0.6" }, "scale": { "dynamic": true, "default": 1, "Portrait": 1 }, "text": "CONTINUE PLAYING", "font": "BrandonGrotesqueBlack", "size": 33, "fill": "#FFFFFF" } ] },{ "type": "Container", "id": "menuButtonsContainer", "atlas": "lndr_settings.json", "visible": false, "y": { "dynamic": true, "default": -50, "Portrait": "@iface.stepFunction.-400,-450,0.6" }, "x": { "dynamic": true, "default": "@view.x.l.365" ,"Portrait": "@view.x.l.150" }, "scale": { "dynamic": true, "default": 0.8, "Portrait": 1.78 }, "children": [{ "type": "ToggleButton", "id": "optionsPageButton", "y": -170, "textures": ["btn_settings_normal.png", "btn_settings_normal.png", "btn_settings_down.png", "btn_settings_down.png", "btn_settings_disabled.png"], "onToggle": "switchToMenuPage" },{ "type": "ToggleButton", "id": "paytablePageButton", "atlas": "settings_pages.json", "textures": ["pop-up_icon-game-info.png", "pop-up_icon-game-info.png", "pop-up_icon-game-info-selected.png", "pop-up_icon-game-info-selected.png"], "onToggle": "switchToMenuPage" },{ "type": "ToggleButton", "atlas": "settings.json", "id": "gameRulesPageButton", "y": 170, "atlas": "settings_pages.json", "textures": ["pop-up_icon-game-rules.png", "pop-up_icon-game-rules.png", "pop-up_icon-game-rules-selected.png", "pop-up_icon-game-rules-selected.png"], "onToggle": "switchToMenuPage" }] }