Added slider fading to hit animations

This commit is contained in:
Drew Lemmy
2015-04-07 13:13:43 +01:00
parent 8e8fda7e58
commit 792b511a46
3 changed files with 90 additions and 7 deletions

View File

@@ -28,12 +28,12 @@ import org.newdawn.slick.Color;
* @author fluddokt (https://github.com/fluddokt)
*/
public abstract class Curve {
/** The color of this curve. */
public Color color;
/** The associated OsuHitObject. */
protected OsuHitObject hitObject;
/** The color of this curve. */
protected Color color;
/** The scaled starting x, y coordinates. */
protected float x, y;