Skip to content

Instantly share code, notes, and snippets.

@BlaneCordes
Last active January 22, 2016 13:59
Show Gist options
  • Save BlaneCordes/ac8b5d25438a74c0e664 to your computer and use it in GitHub Desktop.
Save BlaneCordes/ac8b5d25438a74c0e664 to your computer and use it in GitHub Desktop.
{
"type": "game_progress_stats",
"content_source": "game_stats",
"score_progress_size": {
"w": 261,
"h": 18
},
"score_entry": {
"type": "frame",
"base-size": {
"w": 375,
"h": 64
},
"size-ratio": {
"h": 0.17
},
"content": [
{
"type": "layer",
"color": "#ffffff",
"pos": {
"x": 0,
"y": 0
},
"size": {
"w": 375,
"h": 64
}
},
{
"type": "text",
"font": {
"size": 14
},
"color": "#c0c0c0",
"align": "left",
"line-count": 0,
"pos": {
"x": 12,
"y": 24
},
"size": {
"w": 32,
"h": 16
},
"meta-text": {
"@key": "score_name"
}
},
{
"type": "layer",
"pos": {
"x": 48,
"y": 10
},
"size": {
"w": 38,
"h": 18
},
"color": "#202020",
"meta-color": {
"@key": "visiting_color"
}
},
{
"type": "text",
"pos": {
"x": 50,
"y": 10
},
"size": {
"w": 34,
"h": 18
},
"font": {
"size": 12
},
"color": "#e0e0e0",
"align": "center",
"line-count": 0,
"meta-text": {
"@key": "visiting_abbr"
}
},
{
"type": "frame",
"pos": {
"x": 86,
"y": 10
},
"size": {
"w": 261,
"h": 18
},
"base-size": {
"w": 261,
"h": 18
},
"meta-size": {
"@key": "visiting_score_progress_size"
},
"content": [
{
"type": "layer",
"color": "#a0a0a0",
"pos": {
"x": 0,
"y": 0
},
"size": {
"w": 261,
"h": 18
}
},
{
"type": "text",
"font": {
"size": 14
},
"color": "#e0e0e0",
"align": "right",
"line-count": 0,
"pos": {
"x": 10,
"y": 0
},
"size": {
"w": 241,
"h": 18
},
"meta-text": {
"@default": {
"text": "%1 %2",
"params": [
"visiting_score",
"score_dimension"
]
}
}
}
]
},
{
"type": "layer",
"pos": {
"x": 48,
"y": 36
},
"size": {
"w": 38,
"h": 18
},
"color": "#202020",
"meta-color": {
"@key": "home_color"
}
},
{
"type": "text",
"pos": {
"x": 50,
"y": 36
},
"size": {
"w": 34,
"h": 18
},
"font": {
"size": 12
},
"color": "#e0e0e0",
"align": "center",
"line-count": 0,
"meta-text": {
"@key": "home_abbr"
}
},
{
"type": "frame",
"pos": {
"x": 86,
"y": 36
},
"size": {
"w": 261,
"h": 18
},
"base-size": {
"w": 261,
"h": 18
},
"meta-size": {
"@key": "home_score_progress_size"
},
"content": [
{
"type": "layer",
"color": "#a0a0a0",
"pos": {
"x": 0,
"y": 0
},
"size": {
"w": 261,
"h": 18
}
},
{
"type": "text",
"font": {
"size": 14
},
"color": "#e0e0e0",
"align": "right",
"line-count": 0,
"pos": {
"x": 10,
"y": 0
},
"size": {
"w": 241,
"h": 18
},
"meta-text": {
"@default": {
"text": "%1 %2",
"params": [
"home_score",
"score_dimension"
]
}
}
}
]
}
]
}
}
{
"game_stats":[
{
"name":"AST",
"score_dimension":"AST.AVG.",
"visiting":{
"score":150
},
"home":{
"score":223
}
},
{
"name":"EPS",
"score_dimension":"EPS.AVG.",
"visiting":{
"score":3
},
"home":{
"score":5
}
},
{
"name":"BBQ",
"score_dimension":"BBQ.AVG.",
"visiting":{
"score":210
},
"home":{
"score":156
}
},
{
"name":"LTR",
"score_dimension":"LTR.AVG.",
"visiting":{
"score":120
},
"home":{
"score":168
}
},
{
"name":"QRT",
"score_dimension":"QTR.AVG.",
"visiting":{
"score":135
},
"home":{
"score":87
}
},
{
"name":"MQS",
"score_dimension":"MQS.AVG.",
"visiting":{
"score":14
},
"home":{
"score":25
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment