feat: add characters
This commit is contained in:
@@ -350,7 +350,7 @@ class _TopBar extends StatelessWidget {
|
||||
child:
|
||||
(w == null || w.avatar.isEmpty)
|
||||
? const Icon(Icons.person, color: AppColors.gold)
|
||||
: ClipOval(child: RandomAvatar(w.avatar)),
|
||||
: PlayerAvatar(seed: w.avatar, imageUrl: w.avatarImg),
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 10),
|
||||
|
||||
Reference in New Issue
Block a user