{ "type": "LayoutContainer", "layer": "GAMBLE", "width": "1920px", "height": "1080px", "fill": "R", "align": "c", "id": "gambleFeature", "atlas": "gamble_feature.json", "children": [{ "type": "LeanderGambleFeatureContainer", "id": "GambleDialog", "visible": false, "cardSmall": { "type": "Sprite", "texture": "button_.png", "scale": 0.5, "alpha": 0 }, "cardHistory": { "type": "Container", "y": 330, "x": -90, "children": [{ "type": "Sprite", "x": 90, "texture": "history.png" },{ "type": "Container" },{ "type": "Text", "x": -110, "text": "@translate.HISTORY", "font": "Georgia", "fontWeight": "bold", "size": 42, "maxWidth": 250, "fill": "#FFFFFF", "lineJoin": "round", "miterLimit": 2, "padding": 10 }] }, "card": { "type": "Container", "children": [{ "type": "Sprite", "texture": "card_back.png" },{ "type": "Sprite", "visible": false, "texture": "" }] }, "notificationText": { "type": "Text", "y": -360, "text": "", "notificaitons": { "default": "@translate.CHOOSE_GAMBLE", "black": "@translate.BLACK_SELECTED", "red": "@translate.RED_SELECTED", "diamond": "@translate.DIAMOND_SELECTED", "club": "@translate.CLUB_SELECTED", "spade": "@translate.SPADE_SELECTED", "heart": "@translate.HEART_SELECTED", "limitReached": "@translate.LIMIT_REACHED", "win": "@translate.GAMBLE_WIN", "lose": "@translate.GAMBLE_LOSE" }, "font": "Georgia", "fontWeight": "bold", "maxWidth": 1400, "size": 50, "dropShadow": true, "dropShadowAlpha": 0.8, "dropShadowAngle": 1.3, "dropShadowBlur": 0, "dropShadowDistance": 0, "fill": [ "#ffff58", "#ffb05b" ], "gradientStops": [ 0.57, 0.57 ], "gradientType": "vertical", "letterSpacing": 1, "lineJoin": "round", "miterLimit": 2, "padding": 10, "thickness": 6 }, "animation": [{ "name": "hideGambleDialog", "children": ["sound:GamblePanelClose:play", "sound:GambleMusicLoop:stop", "sound:GambleMusicEnd:playOnce", "sound:AmbientBG:fadeIn:0.3:1", "sound:AmbientBG1:fadeIn:0.3:1", { "variant": "Tween", "duration": 0.3, "alpha": 0 }, "call:hide"] }], "children": [{ "type": "Sprite", "scale": 0.975, "texture": "gamble_bg.png" }, { "type": "Container", "y": -230, "x": 470, "children": [{ "type": "Text", "text": "@translate.SUIT_PAYS", "maxWidth": 300, "font": "Georgia", "fontWeight": "bold", "size": 40, "anchorAlign": "r", "lineJoin": "round", "miterLimit": 2, "padding": 10 },{ "type": "Container", "x": 120, "children": [{ "type": "Sprite", "texture": "number holder.png" },{ "type": "Text", "id": "gambleColorPay", "autoUpdate": "gambleUpdate", "text": "@iface.getGamblePotentialWin.quadruple", "isCurrency": "@slot.showValuesInCash", "showCurrencySign": true, "decimals": 0, "font": "Georgia", "fontWeight": "bold", "size": 52, "fill": "#FFFFFF", "letterSpacing": 1, "lineJoin": "round", "miterLimit": 2, "padding": 10, "thickness": 4, "maxWidth": 182 }] }] }, { "type": "Container", "y": -230, "x": -420, "children": [{ "type": "Text", "text": "@translate.COLOR_PAYS", "font": "Georgia", "fontWeight": "bold", "maxWidth": 300, "size": 40, "anchorAlign": "r", "lineJoin": "round", "miterLimit": 2, "padding": 10 },{ "type": "Container", "x": 120, "children": [{ "type": "Sprite", "texture": "number holder.png" },{ "type": "Text", "id": "gambleColorPay", "autoUpdate": "gambleUpdate", "text": "@iface.getGamblePotentialWin.double", "isCurrency": "@slot.showValuesInCash", "showCurrencySign": true, "decimals": 0, "font": "Georgia", "fontWeight": "bold", "size": 52, "fill": "#FFFFFF", "letterSpacing": 1, "lineJoin": "round", "miterLimit": 2, "padding": 10, "thickness": 4, "maxWidth": 182 }] }] }, { "type": "Container", "x": -461, "y": -70, "children": [ { "type": "Button", "id": "GambleRed", "onPress": "playGamble:double:red", "onPressSound": "GenericButtonClick", "areaWidth": 345, "areaHeight": 165, "text": { "text": "@translate.GAMBLE_RED", "font": "Georgia", "size": 62, "fill": "#FFFFFF", "maxWidth": 250, "disabled": { "fill": "#696969" } }, "atlas": "gamble_feature.json", "textures": ["button_red.png", "button_red_over.png", "button_red_press.png", "button_red_off.png"] }] }, { "type": "Container", "x": -461, "y": 100, "children": [ { "type": "Button", "id": "GambleBlack", "onPress": "playGamble:double:black", "onPressSound": "GenericButtonClick", "areaWidth": 345, "areaHeight": 165, "text": { "text": "@translate.GAMBLE_BLACK", "font": "Georgia", "size": 62, "fill": "#FFFFFF", "maxWidth": 250, "disabled": { "fill": "#696969" } }, "atlas": "gamble_feature.json", "textures": ["button_black.png", "button_black_over.png", "button_black_press.png", "button_black_off.png"] }] }, { "type": "Container", "x": 369, "y": -70, "children": [ { "type": "Button", "id": "GambleHeart", "areaWidth": 172, "areaHeight": 162, "onPress": "playGamble:quadruple:hearts", "onPressSound": "GenericButtonClick", "atlas": "gamble_feature.json", "textures": ["button_heart.png", "button_heart_over.png", "button_heart_press.png", "button_heart_off.png"] }] }, { "type": "Container", "x": 553, "y": -70, "children": [ { "type": "Button", "id": "GambleDiamond", "areaWidth": 172, "areaHeight": 162, "onPress": "playGamble:quadruple:diamonds", "onPressSound": "GenericButtonClick", "atlas": "gamble_feature.json", "textures": ["button_diamond.png", "button_diamond_over.png", "button_diamond_press.png", "button_diamond_off.png"] }] }, { "type": "Container", "x": 369, "y": 100, "children": [ { "type": "Button", "id": "GambleClub", "areaWidth": 172, "areaHeight": 162, "onPress": "playGamble:quadruple:clubs", "onPressSound": "GenericButtonClick", "atlas": "gamble_feature.json", "textures": ["button_club.png", "button_club_over.png", "button_club_press.png", "button_club_off.png"] }] }, { "type": "Container", "x": 553, "y": 100, "children": [ { "type": "Button", "id": "GambleSpade", "onPress": "playGamble:quadruple:spades", "onPressSound": "GenericButtonClick", "areaWidth": 172, "areaHeight": 162, "atlas": "gamble_feature.json", "textures": ["button_spade.png", "button_spade_over.png", "button_spade_press.png", "button_spade_off.png"] }] }, { "id": "CollectButtonDialog", "type": "Button", "x": { "dynamic": true, "default": 810, "Mobile,Portrait": 300 }, "y": { "dynamic": true, "default": 50, "Mobile,Portrait": 600 }, "onPress": "collectGambleFadeOut", "onPressSound": "GambleCollectButton", "atlas": "gamble_feature.json", "textures": ["collect_button.png", "collect_button_over.png", "collect_button_press.png", "collect_button.png"] }] }] }