Add commentary panel and Tekken-inspired OBS overlay

This commit is contained in:
Pandipipas
2026-02-12 00:13:18 +01:00
parent 6d28cfb87e
commit 3ee36c03df
11 changed files with 419 additions and 8 deletions
+23
View File
@@ -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": ""
}
}