Move the discard hand button icon to the config
This commit is contained in:
parent
45f3c201f9
commit
475f72d99a
2 changed files with 8 additions and 1 deletions
|
|
@ -56,6 +56,13 @@ export const guesser_name = `Medium`;
|
||||||
*/
|
*/
|
||||||
export const eye_icon = `eye.svg`;
|
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
|
* The URI that socket IO tries to connect to for websocket communication when
|
||||||
* built for production serving.
|
* built for production serving.
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ export default new Vuex.Store({
|
||||||
|
|
||||||
eye_icon: conf.eye_icon,
|
eye_icon: conf.eye_icon,
|
||||||
|
|
||||||
discard_hand_icon: `trash.svg`,
|
discard_hand_icon: conf.discard_hand_icon,
|
||||||
|
|
||||||
//===========================================================================//
|
//===========================================================================//
|
||||||
// DO NOT EDIT ANYTHING BELOW THIS COMMENT
|
// DO NOT EDIT ANYTHING BELOW THIS COMMENT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue