Racib and Crypto_int

This commit is contained in:
vtretyakov
2019-02-14 16:43:00 +07:00
parent d29e035040
commit 56e42a8594
9 changed files with 52 additions and 51 deletions

View File

@@ -13,7 +13,7 @@ class Resources {
case 'autobonus': return new Color(0xffeb0004);
case 'dinect': return new Color(0xff3daee3);
case 'crypto': return new Color(0xff0f3d87);
case 'biohacker': return new Color(0xff464646);
case 'racib': return new Color(0xff464646);
default: return new Color(0xffffffff);
}
}
@@ -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 'biohacker': return new Color(0xffff6134);
case 'racib': return new Color(0xffff6134);
default: return new Color(0xffffffff);
}
}