-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ready button default to unready; dec font size for ready & start buttons - Fixes "Not Ready" outsizing ready button on default scaling on 1080p displays - Fixes ready button being grey with "Button" caption by default * Update Play / Spectating button styling - Decrease button & font sizes to give ready / start buttons more prominence - Use i18n lib for tooltips - Change tooltip depending on button state - Add `SetButtonStatePlaying()` and `SetButtonStateSpectating()` to avoid duplication of constants throughout the code. - Tooltip/caption values set after button init with `SetButtonStatePlaying()` - Move `button_highlight` style colours to mirror `option_button` colours - Makes use of `suppressButtonReaction` to remove hints that the play/spectating buttons are pressable when they aren't (This won't work until Spring-Chobby/Chobby#547 is merged, due to a typo in the source.)
- Loading branch information
1 parent
8ab20e3
commit cf12522
Showing
3 changed files
with
64 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters