Rebrand to kaboot
This commit is contained in:
parent
156c210dea
commit
8a8ec9bc0e
8 changed files with 59 additions and 27 deletions
15
constants.ts
15
constants.ts
|
|
@ -23,3 +23,18 @@ export const BOT_NAMES = [
|
|||
|
||||
export const QUESTION_TIME = 20; // seconds
|
||||
export const POINTS_PER_QUESTION = 1000;
|
||||
|
||||
export const PLAYER_COLORS = [
|
||||
'#46178f',
|
||||
'#e21b3c',
|
||||
'#1368ce',
|
||||
'#26890c',
|
||||
'#ffa602',
|
||||
'#d89e00',
|
||||
'#0aa3a3',
|
||||
'#b8008a',
|
||||
'#6a4c93',
|
||||
'#ff6b6b',
|
||||
'#4ecdc4',
|
||||
'#45b7d1',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue