feat: add characters
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user