Add fighting game selector and icon-only center controls

This commit is contained in:
Pandipipas
2026-02-12 00:35:31 +01:00
parent afd576426e
commit f3d8232fd4
5 changed files with 66 additions and 21 deletions
+8 -2
View File
@@ -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": ""
}
}