1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 02:31:25 +08:00
Files
osu-lazer/osu.Game
T
Dan Balasescu 4c0657f4ca Ranked Play: Add countdown timer to all screens (#36930)
There's been [some
feedback](https://discord.com/channels/90072389919997952/1476979671886205060/1477868178775216148)
that there's no timer during some screens. Personally I feel like some
screens shouldn't require it, but I get it.

The results screen is going to be the most controversial one, where I've
decided to shift the content down a bit - it would otherwise overlap
with the progress bar. Another option is to make the progress bar
shorter, but I feel like that makes things inconsistent.

<img width="1922" height="1035" alt="image"
src="https://github.com/user-attachments/assets/ec4ba01e-bb13-45ff-8a1b-b39d7765c1f4"
/>

Regarding implementation, I'm not entirely sure on it being added to
every subscreen via `RankedPlaySubScreen` instead of just a single
component at a top level. I did it this way because the colour scheme
seems annoying to change without recreating the entire component (or
otherwise all of its children) anyway.
4c0657f4ca · 2026-03-11 17:04:51 +09:00
History
..
2026-03-07 02:30:50 +09:00
2025-04-28 15:52:31 +09:00
2025-12-29 16:07:14 +09:00
2026-03-07 02:30:50 +09:00
2026-01-13 07:47:25 +03:00
2026-03-07 02:30:50 +09:00
2026-03-03 16:45:15 +09:00