mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 03:33:22 +08:00
be495a7488
A `JuiceStream` holds a legacy `SliderPath` as the representation of the path. However, the `SliderPath` representation is difficult to work with because `SliderPath` works in 2D position, while osu!catch works in `(time, x)` coordinates. This `JuiceStreamPath` represents the path in a more convenient way, a polyline connecting list of `(distance, x)` vertices. |
||
---|---|---|
.. | ||
Drawables | ||
Banana.cs | ||
BananaShower.cs | ||
CatchHitObject.cs | ||
Droplet.cs | ||
Fruit.cs | ||
FruitVisualRepresentation.cs | ||
JuiceStream.cs | ||
JuiceStreamPath.cs | ||
JuiceStreamPathVertex.cs | ||
PalpableCatchHitObject.cs | ||
TinyDroplet.cs |