{ "type": "Container", "atlas": "lndr_interface.json", "y": { "dynamic": true, "default": "@view.y.b.-125", "Portrait": "@view.y.b.-125" }, "allowOverrides": true, "children": [{ "type": "Container", "id": "DrawAndDealButtonsContainer", "scale": 0.8, "y": -20, "atlas": "deal_draw_button.json", "children": [{ "type": "Button", "id": "DrawButton", "textures": ["footer_bt_draw_up.png", "footer_bt_draw_up.png", "footer_bt_draw_down.png", "footer_bt_draw_down.png"], "onPress": "drawCards", "visible": false },{ "type": "Button", "id": "DealButton", "textures": ["footer_bt_deal_up.png", "footer_bt_deal_up.png", "footer_bt_deal_down.png", "footer_bt_deal_down.png"], "onPress": "spin" }] },{ "type": "Button", "id": "AutoplayStopButton", "interactionArea": [{"x":51,"y":142},{"x":66,"y":94},{"x":101,"y":61},{"x":146,"y":51},{"x":187,"y":62},{"x":220,"y":63},{"x":229,"y":121},{"x":234,"y":149},{"x":219,"y":192},{"x":188,"y":222},{"x":146,"y":235},{"x":91,"y":223},{"x":60,"y":187}], "textures": ["landscape_btn_stop_spin_normal.png", "landscape_btn_stop_spin_over.png", "landscape_btn_stop_spin_down.png", "landscape_btn_stop_spin_disabled.png"], "disabled": true, "visible": false, "onPress": "stopAutoplay", "onPressSound": "FXButtonClick1", "text": { "type": "Text", "padding": 20, "id": "AutoplayCounter", "autoUpdate": true, "decimals": 0, "font": "Arial", "size": 60, "fill": "#000000", "stroke": "#000000", "thickness": 3, "text": "@model.autoplay.leftOrPlayed" } }] }