Make hold note placement blueprints look a bit more blueprint-y

This commit is contained in:
Dean Herbert
2018-11-29 18:13:15 +09:00
parent 132d334e15
commit ab0ce46362
2 changed files with 13 additions and 10 deletions

View File

@ -13,6 +13,9 @@ namespace osu.Game.Rulesets.Mania.Edit.Blueprints.Components
private void load(OsuColour colours)
{
AccentColour = colours.Yellow;
Background.Alpha = 0.5f;
Foreground.Alpha = 0;
}
}
}