mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 11:20:24 +08:00
Add TestCase for main menu ButtonSystem.
This commit is contained in:
@@ -11,7 +11,6 @@ using osu.Framework.Graphics.Primitives;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Framework.Graphics.Transformations;
|
||||
using osu.Framework.Input;
|
||||
using osu.Framework.Threading;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using OpenTK;
|
||||
@@ -20,7 +19,7 @@ using OpenTK.Input;
|
||||
|
||||
namespace osu.Game.GameModes.Menu
|
||||
{
|
||||
internal class ButtonSystem : OsuLargeComponent
|
||||
public class ButtonSystem : OsuLargeComponent
|
||||
{
|
||||
private FlowContainerWithOrigin buttonFlow;
|
||||
|
||||
@@ -291,7 +290,6 @@ namespace osu.Game.GameModes.Menu
|
||||
|
||||
Sprite ripple;
|
||||
|
||||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
logoBounceContainer = new AutoSizeContainer
|
||||
|
||||
Reference in New Issue
Block a user