Add juicy streams

This commit is contained in:
Dean Herbert
2017-10-10 16:34:01 +09:00
parent 26215b4488
commit 03fbf47bc2
13 changed files with 346 additions and 62 deletions

View File

@ -15,6 +15,8 @@ namespace osu.Game.Rulesets.Objects
public List<Vector2> ControlPoints;
public double Scale = 1;
public CurveType CurveType = CurveType.PerfectCurve;
public Vector2 Offset;