mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Combine TriangleButton
and RoundedButton
classes
This commit is contained in:
@ -14,7 +14,6 @@ using osu.Framework.Graphics.Shapes;
|
||||
using osu.Framework.Screens;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Graphics.UserInterfaceV2;
|
||||
using osuTK;
|
||||
|
||||
@ -28,7 +27,7 @@ namespace osu.Game.Screens.Import
|
||||
private Container contentContainer;
|
||||
private TextFlowContainer currentFileText;
|
||||
|
||||
private TriangleButton importButton;
|
||||
private RoundedButton importButton;
|
||||
|
||||
private const float duration = 300;
|
||||
private const float button_height = 50;
|
||||
@ -100,7 +99,7 @@ namespace osu.Game.Screens.Import
|
||||
}
|
||||
},
|
||||
},
|
||||
importButton = new TriangleButton
|
||||
importButton = new RoundedButton
|
||||
{
|
||||
Text = "Import",
|
||||
Anchor = Anchor.BottomCentre,
|
||||
|
Reference in New Issue
Block a user