mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Implement UserBrickPanel component
This commit is contained in:
@ -34,6 +34,10 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
Icon = FontAwesome.Solid.Bars
|
||||
});
|
||||
AddTabItem(new PanelDisplayTabItem(OverlayPanelDisplayStyle.Brick)
|
||||
{
|
||||
Icon = FontAwesome.Solid.Th
|
||||
});
|
||||
}
|
||||
|
||||
protected override TabFillFlowContainer CreateTabFlow() => new TabFillFlowContainer
|
||||
@ -96,6 +100,7 @@ namespace osu.Game.Overlays
|
||||
public enum OverlayPanelDisplayStyle
|
||||
{
|
||||
Card,
|
||||
List
|
||||
List,
|
||||
Brick
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user