1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 05:49:55 +08:00
Commit Graph

2 Commits

  • Use more explicit match
    `taiko-bar-right-glow` is a prefix of `taiko-bar-right`...
  • Convert selected legacy skin sprites to grayscale
    Matching stable.
    
    Closes https://github.com/ppy/osu/issues/9858.
    
    I would have liked to apply this in the taiko transformer itself, but
    the limited accessibility of texture uploads, and as such the raw image
    data, sort of prevents that...