mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Add commentary panel and Tekken-inspired OBS overlay
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"leftCommentator": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"rightCommentator": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"leftCommentator",
|
||||
"rightCommentator"
|
||||
],
|
||||
"default": {
|
||||
"leftCommentator": "",
|
||||
"rightCommentator": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user