mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Make triangles slower
This commit is contained in:
@ -88,6 +88,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
Width = 1.1f,
|
Width = 1.1f,
|
||||||
Height = header_height,
|
Height = header_height,
|
||||||
Shear = new Vector2(-ShearedOverlayContainer.SHEAR, 0),
|
Shear = new Vector2(-ShearedOverlayContainer.SHEAR, 0),
|
||||||
|
Velocity = 0.7f,
|
||||||
Masking = true
|
Masking = true
|
||||||
},
|
},
|
||||||
headerText = new OsuTextFlowContainer(t =>
|
headerText = new OsuTextFlowContainer(t =>
|
||||||
|
Reference in New Issue
Block a user