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:
@@ -19,3 +19,11 @@ function hasNoDefault<T>(name: string) {
|
||||
export const exampleReplicant = hasDefault<Schemas.ExampleReplicant>('exampleReplicant');
|
||||
export const playersReplicant = hasDefault<Schemas.Players>('players');
|
||||
export const scoreboardReplicant = hasDefault<Schemas.Scoreboard>('scoreboard');
|
||||
|
||||
export const commentaryReplicant = nodecg.Replicant<Schemas.Commentary>('commentary', {
|
||||
defaultValue: {
|
||||
leftCommentator: '',
|
||||
rightCommentator: '',
|
||||
},
|
||||
persistent: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user