mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
wip
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user