mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 23:43:20 +08:00
Increase opacity of control points slightly
This commit is contained in:
parent
f11f01f9b7
commit
5ee645ac8f
@ -21,7 +21,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
|
|||||||
: base(point.Time)
|
: base(point.Time)
|
||||||
{
|
{
|
||||||
Point = point;
|
Point = point;
|
||||||
Alpha = 0.3f;
|
Alpha = 0.5f;
|
||||||
Blending = BlendingParameters.Additive;
|
Blending = BlendingParameters.Additive;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user