0
0
Fork 0

Move the discard hand button icon to the config

This commit is contained in:
Oliver-Akins 2021-03-03 22:38:18 -07:00
parent 45f3c201f9
commit 475f72d99a
2 changed files with 8 additions and 1 deletions

View file

@ -56,6 +56,13 @@ export const guesser_name = `Medium`;
*/
export const eye_icon = `eye.svg`;
/**
* The icon that is used for the discard hand button that mediums see in the
* lower right hand corner of the screen.
*/
export const discard_hand_icon = `trash.svg`;
/**
* The URI that socket IO tries to connect to for websocket communication when
* built for production serving.