mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Add per-game character selection to scoreboard panel
This commit is contained in:
@@ -35,6 +35,14 @@
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"leftCharacter": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"rightCharacter": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"leftScore": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
@@ -63,6 +71,8 @@
|
||||
"rightTeamOverride",
|
||||
"leftCountryOverride",
|
||||
"rightCountryOverride",
|
||||
"leftCharacter",
|
||||
"rightCharacter",
|
||||
"leftScore",
|
||||
"rightScore",
|
||||
"round",
|
||||
@@ -77,6 +87,8 @@
|
||||
"rightTeamOverride": "",
|
||||
"leftCountryOverride": "",
|
||||
"rightCountryOverride": "",
|
||||
"leftCharacter": "",
|
||||
"rightCharacter": "",
|
||||
"leftScore": 0,
|
||||
"rightScore": 0,
|
||||
"round": "",
|
||||
|
||||
Reference in New Issue
Block a user