{ "type": "Container", "layer": "WIN", "animation": [{ "name": "afterWin", "variant": "Sequence", "condition": {"type": "value", "value": "@util.gt.@iface.getHandPrize,0"}, "children": ["call:show", "call:updatePresentation"] },{ "name": "spinStartAsync", "variant": "Sequence", "children": ["call:hide"] }], "children": [{ "type": "Sprite", "atlas": "base_game.json", "texture": "m_message_base_2.png", "scale": 0.65, "y": 275 },{ "type": "Text", "text": "@iface.getHandId", "maxWidth": { "dynamic": true, "default": 555, "Portrait": 820 }, "font": "BrandonGrotesqueBlack", "autoUpdate": "cashCoinToggle", "padding": 20, "lineJoin": "bevel", "size": 28, "y": 235, "anchorAlign": "c", "fill": "#FFFFFF" },{ "type": "Text", "y": 280, "text": "@iface.getHandPrize", "maxWidth": { "dynamic": true, "default": 555, "Portrait": 820 }, "font": "BrandonGrotesqueBlack", "autoUpdate": "cashCoinToggle", "isCurrency": "@slot.showValuesInCash", "showCurrencySign": true, "decimals": 0, "padding": 20, "lineJoin": "bevel", "size": 39, "anchorAlign": "c", "fill": "#74ff00" }] }