Thesola10 / osu-DIVA

Archived development fork of osu!DIVA
MIT License
4 stars 0 forks source link

Figure out how to manage stacked notes #18

Open Thesola10 opened 3 years ago

Thesola10 commented 3 years ago

A common practice on osu!classic is to stack several notes on the same coordinates. Internally, they share the exact same location, but the game offsets them so as to keep them readable.

On osu!DIVA, leaving the notes on top of each other makes them hard to read, so here are two proposals to deal with this:

Thesola10 commented 3 years ago

For long cascades where several kinds of buttons are used, we could try to separate them clearly around the center point, sorted by type (triangle = north, circle = east, square = west, cross = south), to emulate how official DIVA maps manage repeated inputs