1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 17:54:14 +08:00
Files
osu-lazer/osu.Game.Rulesets.Catch/Objects
T
ekrctb be495a7488 Add JuiceStreamPath to allow editing JuiceStream in catch editor
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.
be495a7488 · 2021-07-19 13:59:10 +09:00
History
..
2020-12-07 14:10:17 +09:00