This commit is contained in:
vtretyakov
2019-03-28 09:10:39 +07:00
parent 4710616742
commit 23c19b48d6
5 changed files with 30 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ class Resources {
case 'autobonus': return new Color(0xffeb0004);
case 'dinect': return new Color(0xff33cc99);
case 'crypto': return new Color(0xffffc34d);
case 'racib': return new Color(0xffff6134);
case 'racib': return new Color(0xffcfcfcf);
default: return new Color(0xffffffff);
}
}