JustLian / osu-python

Unofficial pygame osu! client
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

rendering order #19

Closed JustLian closed 1 year ago

JustLian commented 1 year ago
  1. Adding objects to queue
  2. Reversing queue
  3. Rendering objects
Filo6699 commented 1 year ago

The queue of objects is now reversed, but there is another issue. Approach circles.

Image

This is solvable if we will render object parts one by one First we render all of the hit circles with their overlays And then we iterate though queue again and render approach circles