update osu to use the framework's TooltipContainer

This commit is contained in:
Jorolf
2017-06-03 14:50:35 +02:00
parent 900e3ce3e2
commit a43890ffb4
8 changed files with 102 additions and 176 deletions

View File

@ -11,6 +11,7 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.UserInterface;
using osu.Framework.Input;
using osu.Framework.Graphics.Cursor;
namespace osu.Game.Graphics.UserInterface
{