fix: some problems are fixed

This commit is contained in:
2026-07-05 18:40:53 +03:30
parent 5017e9a613
commit e94f03c499
16 changed files with 384 additions and 152 deletions
@@ -393,7 +393,7 @@ class _GameScreenState extends State<GameScreen> {
)
: ClipRRect(
borderRadius: BorderRadius.circular(8),
child: RandomAvatar(p.name),
child: RandomAvatar(p.avatarSeed),
),
),
const SizedBox(height: 2),
@@ -301,7 +301,7 @@ class _LobbyViewState extends State<_LobbyView> {
)
: ClipRRect(
borderRadius: BorderRadius.circular(9),
child: RandomAvatar(p.name),
child: RandomAvatar(p.avatarSeed),
),
),
if (!empty)