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
@@ -40,7 +40,11 @@ class _HeroCard extends StatelessWidget {
shape: BoxShape.circle,
color: AppColors.bgDark,
),
child: RandomAvatar(d.avatar, height: 90, width: 90),
child: PlayerAvatar(
seed: d.avatar,
imageUrl: d.avatarImg,
size: 90,
),
),
),
Positioned(