diff options
| author | CriticalFlaw <[email protected]> | 2021-04-03 23:12:33 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-04-03 23:12:33 -0400 |
| commit | d827c48c5fd7de1320d9e639bc9cb91f03d7228c (patch) | |
| tree | 78ac538e21f0bd54bf5776884828568c7acaf8ec /customizations/main_menu/mainmenuoverride.res | |
| parent | 7f0aed2689c1f120829424dba8b66b4b77d1418d (diff) | |
Added tooltips to main menu buttons
Diffstat (limited to 'customizations/main_menu/mainmenuoverride.res')
| -rw-r--r-- | customizations/main_menu/mainmenuoverride.res | 129 |
1 files changed, 0 insertions, 129 deletions
diff --git a/customizations/main_menu/mainmenuoverride.res b/customizations/main_menu/mainmenuoverride.res index e0e8e8f..44caa70 100644 --- a/customizations/main_menu/mainmenuoverride.res +++ b/customizations/main_menu/mainmenuoverride.res @@ -457,135 +457,6 @@ } } - "QuestLogButton" - { - "ControlName" "EditablePanel" - "fieldName" "QuestLogButton" - "xpos" "rs1-10" - "ypos" "65" - "zpos" "1" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - - "SubButton" - { - "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "0" - "ypos" "0" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "r" - "font" "CustomIcons" - "command" "questlog" - "proportionaltoparent" "1" - "textAlignment" "center" - "default" "1" - "actionsignallevel" "2" - "paintbackground" "0" - "paintborder" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "235 226 202 255" - "armedFgColor_override" "72 255 255 255" - } - } - - "MOTD_ShowButtonPanel" - { - "ControlName" "EditablePanel" - "fieldName" "MOTD_ShowButtonPanel" - "xpos" "rs1-10" - "ypos" "90" - "zpos" "0" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - - "SubButton" - { - "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "0" - "ypos" "0" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "o" - "font" "CustomIcons" - "command" "motd_show" - "use_proportional_insets" "1" - "textAlignment" "center" - "default" "1" - "actionsignallevel" "2" - "paintbackground" "0" - "paintborder" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "235 226 202 255" - "armedFgColor_override" "72 255 255 255" - } - } - - "RefreshHUDButton" - { - "ControlName" "EditablePanel" - "fieldName" "RefreshHUDButton" - "xpos" "rs1-09" - "ypos" "115" - "zpos" "1" - "wide" "20" - "tall" "20" - "visible" "1" - - "SubButton" - { - "ControlName" "CExImageButton" - "fieldName" "SubButton" - "xpos" "0" - "ypos" "0" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "font" "CustomIcons" - "use_proportional_insets" "1" - "textAlignment" "center" - "default" "1" - "actionsignallevel" "2" - "paintbackground" "0" - "paintborder" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "235 226 202 255" - "armedFgColor_override" "72 255 255 255" - } - } - "MOTD_Panel" { "ControlName" "EditablePanel" |
