mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Add fighting game selector and icon-only center controls
This commit is contained in:
@@ -48,6 +48,10 @@
|
||||
"round": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"game": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -61,7 +65,8 @@
|
||||
"rightCountryOverride",
|
||||
"leftScore",
|
||||
"rightScore",
|
||||
"round"
|
||||
"round",
|
||||
"game"
|
||||
],
|
||||
"default": {
|
||||
"leftPlayerId": "",
|
||||
@@ -74,6 +79,7 @@
|
||||
"rightCountryOverride": "",
|
||||
"leftScore": 0,
|
||||
"rightScore": 0,
|
||||
"round": ""
|
||||
"round": "",
|
||||
"game": ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user