Increase flexibility of StarCounter component

This commit is contained in:
Dean Herbert
2020-03-07 12:49:09 +09:00
parent c7c7e626b8
commit 979988235d
3 changed files with 61 additions and 54 deletions

View File

@ -123,7 +123,7 @@ namespace osu.Game.Screens.Select.Carousel
},
starCounter = new StarCounter
{
CountStars = (float)beatmap.StarDifficulty,
Current = (float)beatmap.StarDifficulty,
Scale = new Vector2(0.8f),
}
}