1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 00:23:22 +08:00

Use purple again for kiai time specifically

This commit is contained in:
Dean Herbert 2024-07-19 19:59:38 +09:00
parent c4de2bbb60
commit c2cc85e6f0
No known key found for this signature in database

View File

@ -100,7 +100,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
Origin = Anchor.CentreLeft,
Height = 0.4f,
Depth = float.MaxValue,
Colour = effect.GetRepresentingColour(colours),
Colour = colours.Purple1,
});
}
}