mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Add more/different notification sounds
This commit is contained in:
parent
001d09057e
commit
fdb572fdea
@ -171,6 +171,8 @@ namespace osu.Game.Online.Chat
|
||||
|
||||
public abstract partial class HighlightMessageNotification : SimpleNotification
|
||||
{
|
||||
public override string PopInSampleName => "UI/notification-mention";
|
||||
|
||||
protected HighlightMessageNotification(Message message, Channel channel)
|
||||
{
|
||||
this.message = message;
|
||||
|
@ -50,7 +50,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
/// </summary>
|
||||
public virtual bool DisplayOnTop => true;
|
||||
|
||||
public virtual string PopInSampleName => "UI/notification-pop-in";
|
||||
public virtual string PopInSampleName => "UI/notification-default";
|
||||
|
||||
protected NotificationLight Light;
|
||||
|
||||
|
@ -10,6 +10,8 @@ namespace osu.Game.Overlays.Notifications
|
||||
{
|
||||
public partial class ProgressCompletionNotification : SimpleNotification
|
||||
{
|
||||
public override string PopInSampleName => "UI/notification-done";
|
||||
|
||||
public ProgressCompletionNotification()
|
||||
{
|
||||
Icon = FontAwesome.Solid.Check;
|
||||
|
@ -7,7 +7,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
{
|
||||
public partial class SimpleErrorNotification : SimpleNotification
|
||||
{
|
||||
public override string PopInSampleName => "UI/error-notification-pop-in";
|
||||
public override string PopInSampleName => "UI/notification-error";
|
||||
|
||||
public SimpleErrorNotification()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user