{ "type": "Container", "id": "optionsView", "visible": false, "children": [{ "type": "Text", "padding": 20, "y": { "dynamic": true, "default": -359, "Portrait": "@iface.stepFunction.-850,@view.y.t.145,0.6" }, "scale": { "dynamic": true, "default": 1, "Portrait": 1 }, "text": "@translate.SETTINGS", "font": "BrandonGrotesqueBlack", "size": 69, "fill": "#FFFFFF" },{ "type": "Container", "y": { "dynamic": true, "default": 150, "Portrait": "@iface.stepFunction.50,0,0.6" }, "x": -150, "scale": { "dynamic": true, "default": 1, "Portrait": 1 }, "atlas": "lndr_settings.json", "children": [{ "type": "Container", "visible": "@util.not.@iface.isPs,", "y": -320, "x": 0, "children": [{ "type": "Sprite", "x": -170, "texture": "landscape_settings_icon_sound.png" },{ "type": "Text", "padding": 20, "text": "@translate.SOUND", "x": -100, "font": "BrandonGrotesqueBlack", "size": 46, "wordWrap": true, "wordWrapWidth": 510, "wordWrapAlign": "left", "wordWrapLineHeight": 45, "fill": "#ffffff", "anchorAlign": "l" },{ "type": "ToggleButton", "x": 480, "scale": 1.25, "id": "optionGameSounds", "textures": ["landscape_settings_icon_off.png", "landscape_settings_icon_off.png", "landscape_settings_icon_on.png", "landscape_settings_icon_on.png"], "anchorAlign": "c", "toggled": "@iface.getDefaultSoundState", "onToggle": "onGameSoundsToggle", "onToggleOn": "", "onToggleOff": "", "onPressSound": "FXButtonClick1" }] },{ "type": "Container", "visible": "@util.not.@iface.isPs,", "y": -160, "x": 0, "children": [{ "type": "Sprite", "x": -170, "texture": "landscape_settings_icon_music.png" },{ "type": "Text", "padding": 20, "text": "@translate.MUSIC", "x": -100, "font": "BrandonGrotesqueBlack", "size": 46, "wordWrap": true, "wordWrapWidth": 510, "wordWrapAlign": "left", "wordWrapLineHeight": 45, "fill": "#ffffff", "anchorAlign": "l" },{ "type": "ToggleButton", "x": 480, "scale": 1.25, "id": "optionAmbienceSounds", "textures": ["landscape_settings_icon_off.png", "landscape_settings_icon_off.png", "landscape_settings_icon_on.png", "landscape_settings_icon_on.png"], "anchorAlign": "c", "toggled": "@iface.getDefaultSoundState", "onToggle": "onAmbienceSoundsToggle", "onToggleOn": "", "onToggleOff": "", "onPressSound": "FXButtonClick1" }] },{ "type": "Container", "y": 0, "x": 0, "visible": "@util.not.@iface.checkRegulatedMarket.uk,", "children": [{ "type": "Sprite", "x": -170, "texture": "landscape_settings_icon_turbo.png" },{ "type": "Text", "padding": 20, "text": "@translate.TURBO_SPIN", "x": -100, "font": "BrandonGrotesqueBlack", "size": 46, "wordWrap": true, "wordWrapWidth": 510, "wordWrapAlign": "left", "wordWrapLineHeight": 45, "fill": "#ffffff", "anchorAlign": "l" },{ "type": "ToggleButton", "x": 480, "scale": 1.25, "id": "optionQuickPlay", "twins": ["TurboButton"], "textures": ["landscape_settings_icon_off.png", "landscape_settings_icon_off.png", "landscape_settings_icon_on.png", "landscape_settings_icon_on.png"], "anchorAlign": "c", "toggled": "@slot.turboMode", "onToggle": "turboModeToggle", "onPressSound": "FXButtonClick1" }] }] }] }