mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Make a base OsuButton class to handle default samples
This commit is contained in:
@ -6,7 +6,7 @@ using osu.Game.Graphics.UserInterface;
|
||||
|
||||
namespace osu.Game.Overlays.Settings
|
||||
{
|
||||
public class SettingsButton : OsuButton
|
||||
public class SettingsButton : TriangleButton
|
||||
{
|
||||
public SettingsButton()
|
||||
{
|
||||
|
Reference in New Issue
Block a user