1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 15:12:54 +08:00

Increase opacity of control points slightly

This commit is contained in:
Dean Herbert 2024-07-19 19:50:21 +09:00
parent f11f01f9b7
commit 5ee645ac8f
No known key found for this signature in database

View File

@ -21,7 +21,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
: base(point.Time)
{
Point = point;
Alpha = 0.3f;
Alpha = 0.5f;
Blending = BlendingParameters.Additive;
}