0
0
Fork 0

Migrate the position names into the config.

This commit is contained in:
Oliver-Akins 2021-03-03 22:37:24 -07:00
parent 9b7b9d2af8
commit 56cb1ed483
2 changed files with 16 additions and 4 deletions

View file

@ -37,7 +37,19 @@ export const team_settings = [
7: 0, 8: 0,
}
}
]
];
/**
* The name that is displayed for the players that answer the questions.
*/
export const writer_name = `Spirit`;
/**
* The name that is displayed for the players that are trying to guess the
* object.
*/
export const guesser_name = `Medium`;
/**