feat: add characters

This commit is contained in:
2026-07-10 00:56:58 +03:30
parent 7c067d36f2
commit 97d156c492
28 changed files with 486 additions and 94 deletions
@@ -253,7 +253,10 @@ class _LobbyViewState extends State<_LobbyView> {
)
: ClipRRect(
borderRadius: BorderRadius.circular(9),
child: RandomAvatar(p.avatarSeed),
child: PlayerAvatar(
seed: p.avatarSeed,
imageUrl: p.avatarImg,
),
),
),
if (!empty)