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
@@ -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),