{ "type": "LeanderPokerPaytableContainer", "layer": "PAYTABLE", "atlas": "paytable_presentation.json", "id": "paytable", "visible": true, "layers": [ "BACKGROUND_AND_TITLE", "VALUES", "SELECTOR" ], "x": -600, "y": -315, "scale": 0.6, "translationMap": { "blaze": "BLAZE", "flush": "FLUSH", "fourofakind": "FOUR OF A KIND", "full": "FULL", "jacksOrBetter": "JACK OR BETTER", "royalflush": "ROYAL FLUSH", "straight": "STRIGHT", "straightflush": "STRIGHT FLUSH", "threeofakind": "THREE OF A KIND", "twopair": "TWO PAIR" }, "startY": 240, "yStep": 50, "handDescription": { "type": "Text", "text": "", "font": "BrandonGrotesqueBlack", "size": 28, "fill": "#ffffff", "highlightedFill": "#74ff00", "anchorAlign": "l", "x": -220 }, "handValue": { "type": "Text", "text": "@game.getPaytableValue.@model.value,", "isCurrency": true, "decimals": 2, "font": "BrandonGrotesqueBlack", "size": 28, "fill": "#ffffff", "highlightedFill": "#74ff00", "anchorAlign": "r", "x": 220 }, "singleValueConf": { "type": "Container", "children": [] }, "children": [{ "type": "Container", "layer": "BACKGROUND_AND_TITLE", "children": [{ "type": "Sprite", "texture": "m_paytable_base.png", "scale": 1.09, "y": 4 },{ "type": "Sprite", "texture": "m_paytable_title.png", "y": -24 }] },{ "type": "Container", "id": "valuesPlaceholder", "layer": "VALUES", "children": [] },{ "type": "Sprite", "layer": "SELECTOR", "visible": false, "id": "paytableSelector", "texture": "m_paytable_selector.png" }] }