{ "type": "Container", "id": "menuBackgroundWithClose", "opaque": true, "visible": false, "children": [{ "type": "Graphics", "variant": "Rectangle", "width": 3840, "height": 43200, "color": "#000000", "alpha": 0.9, "visible": true, "opaque": true, "allowOverrides": true }, { "type": "Container", "atlas": "lndr_interface.json", "x": { "dynamic": true, "default": "@view.x.l.129" ,"Portrait": "@view.x.l.150" }, "y": { "dynamic": true, "default": "@iface.getMenuButtonY", "Portrait": "@iface.stepFunction.@view.y.b.-1153,@view.y.b.-750,0.6" }, "scale": { "dynamic": true, "default": 1, "Portrait": 1.78 }, "children": [{ "type": "Button", "interactionArea": [{"x":0,"y":66},{"x":8,"y":32},{"x":32,"y":7},{"x":64,"y":0},{"x":97,"y":6},{"x":123,"y":29},{"x":133,"y":66},{"x":125,"y":99},{"x":103,"y":122},{"x":67,"y":132},{"x":27,"y":123},{"x":5,"y":97}], "textures": ["btn_hamburgerMenu_normal.png", "btn_hamburgerMenu_hover.png", "btn_hamburgerMenu_down.png", "btn_hamburgerMenu_disabled.png"], "onPress": "closeMenuView", "onPressSound": "FXButtonClick1" }] },{ "type": "Container", "atlas": "lndr_interface.json", "x": { "dynamic": true, "default": "@view.x.r.-129" ,"Portrait": "@view.x.r.-150" }, "y": { "dynamic": true, "default": -359, "Portrait": "@iface.stepFunction.-1500,@view.y.t.220,0.57" }, "scale": { "dynamic": true, "default": 1, "Portrait": 1.78 }, "children": [{ "type": "Button", "textures": ["btn_X_normal.png", "btn_X_hover.png", "btn_X_down.png", "btn_X_disabled.png"], "onPress": "closeMenuView", "onPressSound": "FXButtonClick1" }] } ] },{ "type": "Container", "id": "menuButtonsContainer", "atlas": "lndr_settings.json", "visible": false, "y": { "dynamic": true, "default": "@iface.getNavigationMenuButtonY", "Portrait": "@iface.stepFunction.-400,-450,0.6" }, "x": { "dynamic": true, "default": "@view.x.l.129" ,"Portrait": "@view.x.l.150" }, "scale": { "dynamic": true, "default": 1, "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", "textures": ["btn_info_normal.png", "btn_info_normal.png", "btn_info_down.png", "btn_info_down.png", "btn_info_disabled.png"], "onToggle": "switchToMenuPage" },{ "type": "ToggleButton", "atlas": "settings.json", "id": "gameRulesPageButton", "y": 170, "textures": ["btn_rules_ACTIVE.png", "btn_rules_ACTIVE.png", "btn_rules_INACTIVE.png", "btn_rules_INACTIVE.png", "btn_rules_ACTIVE.png"], "onToggle": "switchToMenuPage" },{ "type": "Button", "id": "homeButton", "visible": "@iface.getLobbyActive", "y": 340, "textures": ["btn_home_normal.png", "btn_home_normal.png", "btn_home_down.png", "btn_home_disabled.png"], "onPress": "goToLobby" }] }