{
"type": "Container",
"scale": {
"dynamic": true,
"default": 1.2,
"Portrait": 2
},
"y": {
"dynamic": true,
"default": -50,
"Portrait": 65
},
"children": [{
"type": "Graphics",
"variant": "Rectangle",
"width": 3000,
"height": 5000,
"color": "#000000",
"opaque": true,
"alpha": 1
},{
"type": "Graphics",
"variant": "RoundedRectangle",
"radius": 10,
"width": 600,
"height": 400,
"color": "0x000000",
"alpha": 1,
"lineWidth": 3,
"lineColor": "0xFFFFFF"
}
,{
"type": "Text",
"text": "@translate.ENABLE_SOUNDS",
"maxWidth":550,
"font": "BrandonGrotesqueBlack",
"fill": "#ffffff",
"size": 40,
"y": -90
}
,{
"type": "Button",
"x": -135,
"y": 60,
"onPress": "hideIntroScreen:true",
"textures": ["normal.png", "hover.png", "down.png", "down.png"],
"text": {
"type": "Text",
"font": "BrandonGrotesqueBlack",
"fill": "#000000",
"text": "@translate.YES"
}
}
,{
"type": "Button",
"x": 135,
"y": 60,
"onPress": "hideIntroScreen:false",
"textures": ["normal.png", "hover.png", "down.png", "down.png"],
"text": {
"type": "Text",
"font": "BrandonGrotesqueBlack",
"fill": "#000000",
"text": "@translate.NO"
}
}]
}