Update volleyball preset and icon
This commit is contained in:
@@ -93,6 +93,9 @@
|
|||||||
.sp-icon-racing-flag:before {
|
.sp-icon-racing-flag:before {
|
||||||
content: "\e611";
|
content: "\e611";
|
||||||
}
|
}
|
||||||
|
.sp-icon-volleyball:before {
|
||||||
|
content: "\e612";
|
||||||
|
}
|
||||||
|
|
||||||
/* Performance Icons - Sports (Alt) */
|
/* Performance Icons - Sports (Alt) */
|
||||||
.sp-icon-soccerball-alt:before {
|
.sp-icon-soccerball-alt:before {
|
||||||
|
|||||||
@@ -238,6 +238,9 @@
|
|||||||
.sp-icon-racing-flag:before {
|
.sp-icon-racing-flag:before {
|
||||||
content: "\e611";
|
content: "\e611";
|
||||||
}
|
}
|
||||||
|
.sp-icon-volleyball:before {
|
||||||
|
content: "\e612";
|
||||||
|
}
|
||||||
|
|
||||||
/* Performance Icons - Sports (Alt) */
|
/* Performance Icons - Sports (Alt) */
|
||||||
.sp-icon-soccerball-alt:before {
|
.sp-icon-soccerball-alt:before {
|
||||||
|
|||||||
@@ -23,13 +23,16 @@
|
|||||||
{ "name" : "T", "id" : "points", "description" : "Total points", "primary" : 1 }
|
{ "name" : "T", "id" : "points", "description" : "Total points", "primary" : 1 }
|
||||||
],
|
],
|
||||||
"performance": [
|
"performance": [
|
||||||
|
{ "name" : "1", "format" : "checkbox", "description" : "1st set" },
|
||||||
|
{ "name" : "2", "format" : "checkbox", "description" : "2nd set" },
|
||||||
|
{ "name" : "3", "format" : "checkbox", "description" : "3rd set" },
|
||||||
|
{ "name" : "4", "format" : "checkbox", "description" : "4th set" },
|
||||||
|
{ "name" : "5", "format" : "checkbox", "description" : "5th set" },
|
||||||
{ "name" : "S", "id" : "sets", "description" : "Sets played" },
|
{ "name" : "S", "id" : "sets", "description" : "Sets played" },
|
||||||
{ "name" : "K", "description" : "Kills" },
|
{ "name" : "K", "description" : "Kills" },
|
||||||
{ "name" : "E", "description" : "Attack errors" },
|
{ "name" : "E", "description" : "Attack errors" },
|
||||||
{ "name" : "TA", "description" : "Total attacks" },
|
{ "name" : "TA", "description" : "Total attacks" },
|
||||||
{ "name" : "A", "description" : "Assists" },
|
|
||||||
{ "name" : "B", "description" : "Blocks" },
|
{ "name" : "B", "description" : "Blocks" },
|
||||||
{ "name" : "DIG", "id" : "digs", "description" : "Digs" },
|
|
||||||
{ "name" : "PTS", "id" : "points", "description" : "Points" }
|
{ "name" : "PTS", "id" : "points", "description" : "Points" }
|
||||||
],
|
],
|
||||||
"columns": [
|
"columns": [
|
||||||
@@ -50,6 +53,11 @@
|
|||||||
{ "name" : "A/S", "equation" : "$a / $sets", "type" : "average", "description" : "Assists per set" }
|
{ "name" : "A/S", "equation" : "$a / $sets", "type" : "average", "description" : "Assists per set" }
|
||||||
],
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"mode" : "team"
|
"mode" : "team",
|
||||||
|
"event_teams" : "2",
|
||||||
|
"event_reverse_teams" : "no",
|
||||||
|
"event_performance_mode" : "values",
|
||||||
|
"event_show_player_numbers" : "yes",
|
||||||
|
"event_show_position" : "no",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user