Add default labels for overtime in baseball and basketball presets.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
{ "name" : "7", "description" : "7th inning runs" },
|
{ "name" : "7", "description" : "7th inning runs" },
|
||||||
{ "name" : "8", "description" : "8th inning runs" },
|
{ "name" : "8", "description" : "8th inning runs" },
|
||||||
{ "name" : "9", "description" : "9th 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" : "R", "description" : "Total runs", "primary" : 1 },
|
||||||
{ "name" : "H", "description" : "Hits" },
|
{ "name" : "H", "description" : "Hits" },
|
||||||
{ "name" : "E", "description" : "Errors" }
|
{ "name" : "E", "description" : "Errors" }
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
{ "name" : "2", "description" : "2nd quarter points" },
|
{ "name" : "2", "description" : "2nd quarter points" },
|
||||||
{ "name" : "3", "description" : "3rd quarter points" },
|
{ "name" : "3", "description" : "3rd quarter points" },
|
||||||
{ "name" : "4", "description" : "4th 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 }
|
{ "name" : "T", "id" : "points", "description" : "Total points", "primary" : 1 }
|
||||||
],
|
],
|
||||||
"performance": [
|
"performance": [
|
||||||
|
|||||||
Reference in New Issue
Block a user