mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Smoothen wedged buttons in main menu and the wedges on song select background.
This commit is contained in:
Submodule osu-framework updated: 4631a91f00...9901eb4480
@ -65,6 +65,7 @@ namespace osu.Game.GameModes.Menu
|
||||
Scale = new Vector2(0, 1),
|
||||
Size = boxSize,
|
||||
Shear = new Vector2(ButtonSystem.wedge_width / boxSize.Y, 0),
|
||||
EdgeSmoothness = new Vector2(2, 0),
|
||||
},
|
||||
iconText = new Container
|
||||
{
|
||||
|
@ -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