mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-24 23:54:18 +01:00
d1086750d9
## About The Pull Request Since I'm trying to move away from the stat panel as part of my project here - https://hackmd.io/443_dE5lRWeEAp9bjGcKYw?view - I thought the reboot timer should be moved out before the stat panel could be made optional, due to its importance to post-round players (especially to know if the round is rebooted). Once the round is over the whole screen kinda becomes pointless, so we can take as much screen space as we can. I put this under the tooltips, using similar behavior to it, like the layer & outline. This is inspired by the Goon roundend, which does pretty much 1:1 what this is. #### Goon's, for reference: <img width="1397" height="787" alt="image" src="https://github.com/user-attachments/assets/309b5d6e-c4dd-4f6f-8b83-2256eecd4569" /> #### Ours: https://github.com/user-attachments/assets/b14efae2-e280-47e9-b3db-f57b2060cce7 It's also non-widescreen friendly ## Why It's Good For The Game Moving things away from the stat panel and to being more player visible is a positive IMO. It's also a necessary step to taking away from reliance away from said stat panel. ## Changelog 🆑 add: The endround timer telling you when a reboot is happening has been taken out of the stat panel and is instead text over your screen (similar to Goon) /🆑