YARC-Official / YARG

YARG (a.k.a. Yet Another Rhythm Game) is a free, open-source, plastic guitar game that is still in development. It supports guitar (five fret), drums (plastic or e-kit), vocals, pro-guitar, and more!
https://yarg.in/
GNU Lesser General Public License v3.0
746 stars 168 forks source link

Add Active Players and Bots displays to Status Bar #841

Closed thomeval closed 2 months ago

thomeval commented 3 months ago

This PR adds two displays to the top Status Bar to display the currently active players, as well as the number of active bot profiles. These can be toggled in the Settings menu using the "Show Active Players" and "Show Active Bots" options.

image

Notes:

thomeval commented 3 months ago

Thanks for the feedback. I'll make the changes discussed above and get back to you.

thomeval commented 3 months ago

I've updated this branch with the requested changes, and did a quick test to see if everything is still working as it should. I've needed to update ProfileListMenu as well in order to fix a bug where player instrument icons weren't updating when players change their Game Mode.