mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Add fighting game selector and icon-only center controls
This commit is contained in:
@@ -19,6 +19,7 @@ const defaultScoreboard: Schemas.Scoreboard = {
|
||||
leftScore: 0,
|
||||
rightScore: 0,
|
||||
round: '',
|
||||
game: '',
|
||||
};
|
||||
|
||||
const players = computed<Schemas.Players>(() => playersReplicant?.data ?? {});
|
||||
|
||||
Reference in New Issue
Block a user