branding joys(crypto), refs #10799

This commit is contained in:
vtretyakov
2018-03-07 16:53:48 +07:00
parent cd91afafd7
commit 1360a6640f
9 changed files with 51 additions and 31 deletions

View File

@@ -19,6 +19,7 @@ class Resources {
case 'pip': return new Color(0xff008794);
case 'autobonus': return new Color(0xffeb0004);
case 'dinect': return new Color(0xff3daee3);
case 'crypto': return new Color(0xff0f3d87);
default: return new Color(0xffffffff);
}
}
@@ -28,7 +29,9 @@ class Resources {
case 'pip': return new Color(0xfff49935);
case 'autobonus': return new Color(0xffeb0004);
case 'dinect': return new Color(0xff33cc99);
case 'crypto': return new Color(0xffffc34d);
default: return new Color(0xffffffff);
}
}
}