diff options
| author | CriticalFlaw <[email protected]> | 2019-03-13 21:23:56 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-13 21:23:56 -0400 |
| commit | 8045488b1b248ca88556582063f0052a3727807c (patch) | |
| tree | 99bf8dee39e34c1eb71c9e4c2d456515e34bf420 /resource/ui/ClassSelection.res | |
| parent | 686eb11236126196378780c055ff9d91480c0880 (diff) | |
Updated Notification Panel
- Synchronized customization files
- Updated the match found and vote panels
- Updated the hudlayout to work with the installer
- Moved the contracts button to the right side of the main menu
Diffstat (limited to 'resource/ui/ClassSelection.res')
| -rw-r--r-- | resource/ui/ClassSelection.res | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/resource/ui/ClassSelection.res b/resource/ui/ClassSelection.res index 41d2ff0..82c4ff9 100644 --- a/resource/ui/ClassSelection.res +++ b/resource/ui/ClassSelection.res @@ -452,6 +452,16 @@ "textAlignment" "west" "Command" "openloadout" "font" "CerbeticaBold14" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "TanLight" + "selectedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" } "CancelButton" [$WIN32] @@ -474,6 +484,16 @@ "font" "CerbeticaBold14" "paintbackground" "0" "fgcolor" "TanLight" + + "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "Button Color" + "depressedFgColor_override" "TanLight" + "selectedFgColor_override" "Button Color" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" } "LoadoutButtonBackground" { |
