Make Column.AccentColour bindable

This commit is contained in:
Dean Herbert
2022-10-05 20:02:02 +09:00
parent 532d101080
commit 6b79f16461
10 changed files with 101 additions and 64 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Mania.Tests
{
Action = { Value = ManiaAction.Key1 },
Height = 0.85f,
AccentColour = Color4.Gray
AccentColour = { Value = Color4.Gray },
},
};
});