From d827c48c5fd7de1320d9e639bc9cb91f03d7228c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 3 Apr 2021 23:12:33 -0400 Subject: Added tooltips to main menu buttons --- resource/ui/mainmenuoverride.res | 122 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) (limited to 'resource/ui') 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" + } + } } -- cgit v1.2.3