Warning: include(config/userInterface/uiOverrides.php): failed to open stream: No such file or directory in C:\xampp\htdocs\backup\lndr_j_common\config\userInterface\spin.php on line 6
Warning: include(): Failed opening 'config/userInterface/uiOverrides.php' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\backup\lndr_j_common\config\userInterface\spin.php on line 6
{
"type": "Container",
"atlas": "all_ui_buttons_new.json",
"x": {
"dynamic": true,
"default": "@view.x.r.-155",
"Portrait": 0
},
"y": {
"dynamic": true,
"default": -20,
"Portrait": "@iface.stepFunction.@view.y.b.-1000,@view.y.b.-800,0.55"
},
"scale": {
"dynamic": true,
"default": 0.8,
"Mobile,Landscape": 0.45,
"Portrait": "@iface.stepFunction.1.38,0.9,0.55"
},
"allowOverrides": true,
"children": [{
"type": "Container",
"id": "SpinAndStopButtonsContainer",
"children": [{
"type": "Container",
"visible": "@iface.getStopButtonVisibility",
"children": [{
"type": "Button",
"id": "StopButton",
"additionalConditionsForEnabling": "@iface.shouldEnableSpinStopButton",
"scale":{
"dynamic": true,
"default": 1,
"Mobile": 1.8
},
"textures": ["stop.png", "stop.png", "stop.png", "stop_disabled.png"],
"disabled": true,
"visible": false,
"onPress": "fastStop",
"animation": [{
"name": ["fsEndDone","fsAfter"],
"variant": "Sequence",
"children": ["call:show"]
},{
"name": ["fsStart"],
"variant": "Sequence",
"children": ["call:hide"]
}]
}]
},{
"type": "Button",
"id": "SpinButton",
"autoFillTextures": true,
"addMobilePrefix": "@iface.getAssetsForMobile",
"textures": ["spin_arrows_normal.png"],
"onPress": "spin"
}]
},{
"type": "Button",
"scale": {
"dynamic": true,
"default": 1,
"Portrait": "@iface.stepFunction.1,0.9,0.55"
},
"id": "AutoplayStopButton",
"autoFillTextures": true,
"addMobilePrefix": "@iface.getAssetsForMobile",
"textures": ["spin_arrows_normal.png"],
"disabled": true,
"visible": false,
"onPress": "stopAutoplay",
"onPressSound": "FXButtonClick1",
"text": {
"type": "Text",
"padding": 20,
"id": "AutoplayCounter",
"autoUpdate": true,
"decimals": 0,
"font": "Frabk",
"size": {
"dynamic": true,
"default": 70,
"Mobile,Landscape": 150
},
"fill": "#FFFFFF",
"stroke": "#000000",
"thickness": 3,
"text": "@iface.getAutoplayValue"
},
"icon":{
"type": "Sprite",
"id": "infinityValueAutoplay",
"visible": false,
"texture": "autoplay_Infinity.png",
"scale": 0.8
}
}]
}