Add default labels for overtime in baseball and basketball presets.

This commit is contained in:
Brian Miyaji
2015-01-28 13:55:42 +11:00
parent 5d5368d1bf
commit fe62aa41b3
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
{ "name" : "7", "description" : "7th inning runs" },
{ "name" : "8", "description" : "8th inning runs" },
{ "name" : "9", "description" : "9th inning runs" },
{ "name" : "", "id" : "extra", "description" : "Extra inning runs" },
{ "name" : "X", "id" : "extra", "description" : "Extra inning runs" },
{ "name" : "R", "description" : "Total runs", "primary" : 1 },
{ "name" : "H", "description" : "Hits" },
{ "name" : "E", "description" : "Errors" }

View File

@@ -16,7 +16,7 @@
{ "name" : "2", "description" : "2nd quarter points" },
{ "name" : "3", "description" : "3rd quarter points" },
{ "name" : "4", "description" : "4th quarter points" },
{ "name" : "", "id" : "ot", "description" : "Overtime points" },
{ "name" : "OT", "id" : "ot", "description" : "Overtime points" },
{ "name" : "T", "id" : "points", "description" : "Total points", "primary" : 1 }
],
"performance": [