mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 23:27:38 +09:00
Remove 'Soft' select sample variant usage (soft is the new default)
This commit is contained in:
parent
1a921663e3
commit
be3c02ff7f
@ -10,8 +10,6 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
[Description("default")]
|
[Description("default")]
|
||||||
Default,
|
Default,
|
||||||
|
|
||||||
[Description("soft")]
|
|
||||||
Soft,
|
|
||||||
|
|
||||||
[Description("button")]
|
[Description("button")]
|
||||||
Button,
|
Button,
|
||||||
|
@ -32,7 +32,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
|||||||
{
|
{
|
||||||
Depth = 1
|
Depth = 1
|
||||||
},
|
},
|
||||||
new HoverClickSounds(HoverSampleSet.Soft)
|
new HoverClickSounds()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
|||||||
{
|
{
|
||||||
Depth = 1
|
Depth = 1
|
||||||
},
|
},
|
||||||
new HoverClickSounds(HoverSampleSet.Soft)
|
new HoverClickSounds()
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,7 +67,6 @@ namespace osu.Game.Screens.Edit
|
|||||||
private EditorClock clock { get; set; }
|
private EditorClock clock { get; set; }
|
||||||
|
|
||||||
public RowBackground(object item)
|
public RowBackground(object item)
|
||||||
: base(HoverSampleSet.Soft)
|
|
||||||
{
|
{
|
||||||
Item = item;
|
Item = item;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user