mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 18:12:56 +08:00
Re-namespace/rename CircularButton
This commit is contained in:
parent
fe99aab0f2
commit
85dc42d47a
@ -1,17 +1,17 @@
|
|||||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using OpenTK;
|
|
||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
|
using OpenTK;
|
||||||
|
|
||||||
namespace osu.Game.Screens.Edit.Screens.Setup.Components
|
namespace osu.Game.Screens.Edit.Components
|
||||||
{
|
{
|
||||||
public class SetupCircularButton : OsuButton
|
public class CircularButton : OsuButton
|
||||||
{
|
{
|
||||||
private const float width = 125;
|
private const float width = 125;
|
||||||
private const float height = 30;
|
private const float height = 30;
|
||||||
|
|
||||||
public SetupCircularButton()
|
public CircularButton()
|
||||||
{
|
{
|
||||||
Size = new Vector2(width, height);
|
Size = new Vector2(width, height);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user