This commit is contained in:
Dean Herbert
2017-04-07 15:20:39 +09:00
parent 06776443eb
commit 7e99fc47e2
6 changed files with 423 additions and 37 deletions

View File

@ -14,8 +14,8 @@ namespace osu.Game.Screens.Play
{
public Color4 FillColour
{
get { return Fill.Colour; }
set { Fill.Colour = value; }
get { return FillContainer.Colour; }
set { FillContainer.Colour = value; }
}
public SongProgressBar(float barHeight, float handleBarHeight, Vector2 handleSize)