mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add fail dialog and flow.
This commit is contained in:
@ -63,7 +63,7 @@ namespace osu.Game.Modes.UI
|
||||
processor.TotalScore.ValueChanged += delegate { ScoreCounter?.Set((ulong)processor.TotalScore.Value); };
|
||||
processor.Accuracy.ValueChanged += delegate { AccuracyCounter?.Set((float)processor.Accuracy.Value); };
|
||||
processor.Combo.ValueChanged += delegate { ComboCounter?.Set((ulong)processor.Combo.Value); };
|
||||
if (HealthDisplay != null) processor.Health.Weld(HealthDisplay.Current);
|
||||
if (HealthDisplay != null) HealthDisplay.Current.Weld(processor.Health);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user