mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Make Column.AccentColour
bindable
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Mania.Tests
|
||||
{
|
||||
Action = { Value = ManiaAction.Key1 },
|
||||
Height = 0.85f,
|
||||
AccentColour = Color4.Gray
|
||||
AccentColour = { Value = Color4.Gray },
|
||||
},
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user