Add playtest class.

This commit is contained in:
Dean Herbert
2016-09-02 18:06:36 +09:00
parent ef98e4ee3c
commit 016521240a
3 changed files with 19 additions and 1 deletions

View File

@ -13,6 +13,7 @@ using OpenTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Textures;
using osu.Framework.IO.Stores;
using osu.Game.GameModes.Play;
namespace osu.Game
{
@ -50,7 +51,8 @@ namespace osu.Game
//Add(new FontTest());
Add(new MainMenu());
//Add(new MainMenu());
Add(new PlayTest());
Add(new CursorContainer());
}