Add button "accent" colour, bottom bar, icon, text

This commit is contained in:
mk56-spn
2022-12-01 15:34:09 +01:00
parent 774eb178a1
commit 1530495e7c
7 changed files with 155 additions and 4 deletions

View File

@ -73,7 +73,7 @@ namespace osu.Game.Screens.Select.FooterV2
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(-FooterButtonV2.SHEAR_WIDTH, 5),
Spacing = new Vector2(-FooterButtonV2.SHEAR_WIDTH + 7, 0),
AutoSizeAxes = Axes.Both
}
}