feat: add characters
This commit is contained in:
@@ -253,7 +253,10 @@ class _SearchSlot extends StatelessWidget {
|
||||
)
|
||||
: ClipRRect(
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
child: RandomAvatar(p.avatarSeed),
|
||||
child: PlayerAvatar(
|
||||
seed: p.avatarSeed,
|
||||
imageUrl: p.avatarImg,
|
||||
),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 2),
|
||||
|
||||
Reference in New Issue
Block a user