feat(game): enhance leaderboard structure and animation in Leaderboard component

This commit is contained in:
Ralex
2025-10-26 17:41:04 +01:00
parent 2b499190a2
commit 349c9337e6
5 changed files with 125 additions and 21 deletions

View File

@@ -47,7 +47,7 @@ type ManagerExtraStatus = {
answers: string[]
image?: string
}
SHOW_LEADERBOARD: { leaderboard: Player[] }
SHOW_LEADERBOARD: { oldLeaderboard: Player[]; leaderboard: Player[] }
}
export type PlayerStatusDataMap = CommonStatusDataMap