mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Smoothen wedged buttons in main menu and the wedges on song select background.
This commit is contained in:
@ -59,6 +59,7 @@ namespace osu.Game.GameModes.Play
|
||||
Size = new Vector2(1, 0.5f),
|
||||
Colour = new Color4(0, 0, 0, 0.5f),
|
||||
Shear = new Vector2(0.15f, 0),
|
||||
EdgeSmoothness = new Vector2(2, 0),
|
||||
},
|
||||
new Box
|
||||
{
|
||||
@ -68,6 +69,7 @@ namespace osu.Game.GameModes.Play
|
||||
Position = new Vector2(0, 1),
|
||||
Colour = new Color4(0, 0, 0, 0.5f),
|
||||
Shear = new Vector2(-0.15f, 0),
|
||||
EdgeSmoothness = new Vector2(2, 0),
|
||||
},
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user