1
0
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:
Dean Herbert
2016-09-28 15:30:06 +09:00
Unverified
parent 27b96ab6c9
commit 7dcf2c6269
5 changed files with 26 additions and 18 deletions
+1 -3
View File
@@ -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