Display score bar display in ranked play gameplay#37320
Display score bar display in ranked play gameplay#37320LiquidPL wants to merge 1 commit intoppy:masterfrom
Conversation
Currently it's using the same one as the Team VS multiplayer lobbies, which doesn't look the best since the red team/player is on the left, where for ranked play it would make more sense for it to be other way around (since local player is blue). Either way for ranked play this should eventually use a custom component. This PR is more concerned with getting the score bindables out of `MultiplayerLeaderboardProvider` in a decent way. Would be great if reviews focused on this part.
|
Can the empty space at least be resolved? It's basically plonked in a random screen location atm. |
|
It's using the same implementation as regular multiplayer, which is being placed under the chatbox (which then proceeds to fade away as the break ends though): Screencast_20260417_110531.webmI could move it elsewhere on the screen but I'm not sure where else to put it. Maybe in the case of ranked play it's okay to have it directly under the leaderboard? 🤔 |
|
I'd rather it's in the ranked play bar as specified and we don't just hack this weirdly. |
|
Should I wait until we have a better design for this then? I don't think this one will mesh well with the ranked play bar, and we've already got people complaining about it overlapping with their unstable rate meters or anything else that's there. |
Currently it's using the same one as the Team VS multiplayer lobbies, which doesn't look the best since the red team/player is on the left, where for ranked play it would make more sense for it to be other way around (since local player is blue).
Either way for ranked play this should eventually use a custom component. This PR is more concerned with getting the score bindables out of
MultiplayerLeaderboardProviderin a decent way. Would be great if reviews focused on this part.Screencast_20260416_160732.webm