Permite cambiar skin de scoreboard en tiempo real con misma URL

This commit is contained in:
Pandipipas
2026-02-20 22:21:13 +01:00
parent 3fdcad5cc6
commit 31c1886a48
7 changed files with 100 additions and 17 deletions
+1
View File
@@ -12,5 +12,6 @@ const thisBundle = 'scoreko-dev';
export const exampleReplicant = useReplicant<Schemas.ExampleReplicant>('exampleReplicant', thisBundle);
export const playersReplicant = useReplicant<Schemas.Players>('players', thisBundle);
export const scoreboardReplicant = useReplicant<Schemas.Scoreboard>('scoreboard', thisBundle);
export const graphicsSettingsReplicant = useReplicant<Schemas.GraphicsSettings>('graphicsSettings', thisBundle);
export const commentaryReplicant = useReplicant<Schemas.Commentary>('commentary', thisBundle);