Implemented player panel
This commit is contained in:
parent
a0896d99eb
commit
e7e052e3a1
12 changed files with 396 additions and 24 deletions
|
|
@ -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)
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue