WIP menu cursor.

This commit is contained in:
Dean Herbert
2017-03-16 22:41:07 +09:00
parent 163a21a7bf
commit 292de44a0b
5 changed files with 239 additions and 4 deletions

View File

@ -137,7 +137,7 @@ namespace osu.Game
{
Children = new[]
{
Cursor = new OsuCursorContainer { Depth = float.MinValue }
Cursor = new MenuCursor { Depth = float.MinValue }
}
});
}