1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-08 15:12:54 +08:00
osu-lazer/osu.Game/Screens/Edit/Components/TernaryButtons
Bartłomiej Dach 48196949e0
Add combo colour override control to editor
Closes https://github.com/ppy/osu/issues/25608.

Logic mostly matching stable. All operations are done on `ComboOffset`
which still makes overridden combo colours weirdly relatively dependent
on each other rather than them be an "absolute" choice, but alas...

As per stable, two consecutive new combos can use the same colour only
if they are separated by a break:

    52f3f75ed7/osu!/GameModes/Edit/Modes/EditorModeCompose.cs#L4564-L4571

This control is only available once the user has changed the combo
colours from defaults; additionally, only a single new combo object
must be selected for the colour selector to show up.
2025-01-10 13:40:56 +01:00
..
DrawableTernaryButton.cs Simplify editor "ternary button" structure 2025-01-09 13:41:22 +01:00
NewComboTernaryButton.cs Add combo colour override control to editor 2025-01-10 13:40:56 +01:00
SampleBankTernaryButton.cs Simplify editor "ternary button" structure 2025-01-09 13:41:22 +01:00