Add fighting game selector and icon-only center controls

This commit is contained in:
Pandipipas
2026-02-12 00:35:31 +01:00
parent afd576426e
commit f3d8232fd4
5 changed files with 66 additions and 21 deletions
+1
View File
@@ -19,6 +19,7 @@ const defaultScoreboard: Schemas.Scoreboard = {
leftScore: 0,
rightScore: 0,
round: '',
game: '',
};
const players = computed<Schemas.Players>(() => playersReplicant?.data ?? {});