Add initial implementation of osu! HitCircle.

This commit is contained in:
Dean Herbert
2016-10-19 16:13:53 +09:00
parent ee463dc65c
commit 94968a8b7c
6 changed files with 412 additions and 12 deletions

View File

@ -1,9 +1,12 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK.Graphics;
namespace osu.Game.Beatmaps.Objects.Osu
{
public class Circle : OsuBaseHit
{
public Color4 Colour = new Color4(17, 136, 170, 255);
}
}