Add specific samples for dialog 'Ok' and 'Cancel' buttons

This commit is contained in:
Jamie Taylor
2022-06-15 12:33:21 +09:00
parent d1c236e187
commit 930ec2a197
4 changed files with 21 additions and 2 deletions

View File

@ -3,6 +3,7 @@
using osu.Framework.Allocation;
using osu.Game.Graphics;
using osu.Game.Graphics.UserInterface;
namespace osu.Game.Overlays.Dialog
{
@ -13,5 +14,10 @@ namespace osu.Game.Overlays.Dialog
{
ButtonColour = colours.Blue;
}
public PopupDialogCancelButton()
: base(HoverSampleSet.DialogCancel)
{
}
}
}