-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for Player Faces to be a part of Global Settings, similar to Player Photos #440
Comments
It's a good idea. Player photos is currently (in TypeScript terms) I think basically the only part of code that'd need to change is zengm/src/worker/core/league/processPlayerNewLeague.ts Lines 29 to 41 in aa859e9
p.imgURL and p.face .
Please feel free to give it a shot! |
Cool, I'll take a look. |
Currently I believe it uses the URL if present, and the face otherwise. No need to change that here unless that behavior is a problem. Cause if real player photos is |
It'd be cool if we could import a player photo JSON into the Global Settings screen to have a fixed cartoon player face, similar to player photos. Either by a user who creates a cartoon face themselves, or dedicated user who make entire libraries of them. Similar to screenshot below, bottom right text input box.
I might be able to take this issue on, but wanted any thoughts on the subject, if you think it's a good idea at all
The text was updated successfully, but these errors were encountered: