Add bindable flow for expanded leaderboard state

This commit is contained in:
Dean Herbert
2021-02-19 15:09:41 +09:00
parent a6d163619a
commit ee9e6fff40
3 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,8 @@ namespace osu.Game.Screens.Play.HUD
private const float panel_shear = 0.15f;
public Bindable<bool> Expanded = new Bindable<bool>();
private OsuSpriteText positionText, scoreText, accuracyText, comboText, usernameText;
public BindableDouble TotalScore { get; } = new BindableDouble();