Add spinners and improve TestCaseHitObjects.

This commit is contained in:
Dean Herbert
2017-02-14 18:55:54 +09:00
parent 8e9a5e9faa
commit 10dfe47638
10 changed files with 451 additions and 31 deletions

View File

@ -4,6 +4,7 @@
using System.ComponentModel;
using osu.Game.Modes.Objects;
using osu.Game.Modes.Objects.Drawables;
using osu.Framework.Graphics;
namespace osu.Game.Modes.Osu.Objects.Drawables
{