1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 03:47:04 +08:00
Commit Graph

2 Commits

  • Quick play forward design work (#35253)
    * Remove unnecessary information from matchmaking beatmap panel
    
    * Move avatar overlay inside card for better layout
    
    * Allow higher jumping when jumping in succession
    
    * Exclude player panel avatars from masking
    
    * Adjust player panel animations a bit further
    
    * Add avatar-only display mode
    
    * Fix round warmup test not working
    
    * Remove dead test scenes
    
    * Fix edge case where users are added to not-yet-loaded card
    
    * Decouple `PlayerPanel` from `UserPanel`
    
    * Fix remaining test failure (and rename test to match new naming)