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 /resource/ui | |
| parent | 7f0aed2689c1f120829424dba8b66b4b77d1418d (diff) | |
Added tooltips to main menu buttons
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/mainmenuoverride.res | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res index 7cb0566..240e08d 100644 --- a/resource/ui/mainmenuoverride.res +++ b/resource/ui/mainmenuoverride.res @@ -35,4 +35,126 @@ "enabled" "1" "scaleImage" "1" } + + "QuestLogButton" + { + "ControlName" "EditablePanel" + "fieldName" "QuestLogButton" + "xpos" "rs1-10" + "ypos" "65" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "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_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_ShowButtonPanel" + "xpos" "0" + "ypos" "20" + "zpos" "0" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "pin_to_sibling" "QuestLogButton" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "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" + } + } + + "RefreshHUDButton" + { + "ControlName" "EditablePanel" + "fieldName" "RefreshHUDButton" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "pin_to_sibling" "MOTD_ShowButtonPanel" + "pin_corner_to_sibling" "PIN_BOTTOMLEFT" + "pin_to_sibling_corner" "PIN_BOTTOMLEFT" + + "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" + } + } } |
