mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update usage of FlowContainer and its subclasses
This commit is contained in:
@ -73,8 +73,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
stars = new FlowContainer<Star>
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FlowDirections.Horizontal,
|
||||
Spacing = new Vector2(star_spacing),
|
||||
FlowStrategy = FlowStrategies.GetHorizontalFlow(new Vector2(star_spacing)),
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user