Implemented player panel

This commit is contained in:
Andrew 2023-03-05 17:30:34 +07:00
parent a0896d99eb
commit e7e052e3a1
12 changed files with 396 additions and 24 deletions

View file

@ -202,3 +202,11 @@ const pallete = {
"T8": Color.fromRGBO(242, 204, 186, 1),
"T9": Color.fromRGBO(242, 230, 186, 1)
};
final avatarColors = [
Color(0xffA3A948),
Color(0xffEDB92E),
Color(0xffF85931),
Color(0xffCE1836),
Color(0xff009989)
];