Make skip button work.

This commit is contained in:
Dean Herbert
2017-01-27 21:57:22 +09:00
parent 420e61fa97
commit 3e7503e860
13 changed files with 321 additions and 271 deletions

View File

@ -6,6 +6,7 @@ using osu.Framework.Graphics.Colour;
using osu.Framework.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using osu.Game.Screens.Menu;
using osu.Game.Screens.Play;
using OpenTK.Graphics;
namespace osu.Desktop.VisualTests.Tests
@ -21,7 +22,6 @@ namespace osu.Desktop.VisualTests.Tests
Add(new BackButton());
Add(new SkipButton());
}
}
}