summaryrefslogtreecommitdiff
path: root/resource/ui/mainmenuoverride.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2021-07-27 23:33:09 -0400
committerCriticalFlaw <[email protected]>2021-07-27 23:33:09 -0400
commitf93c2fed5bc1fe506cada968cbe205372b939810 (patch)
tree0f76fa314b0112c80e2c982abb8c9c1dd532e42c /resource/ui/mainmenuoverride.res
parent29522d86c42ca5f1d12be7b431f7e0c4e3bd3929 (diff)
Fixed notification alert not displaying in classic main menu
Diffstat (limited to 'resource/ui/mainmenuoverride.res')
-rw-r--r--resource/ui/mainmenuoverride.res136
1 files changed, 136 insertions, 0 deletions
diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res
index fdb6afa..5b9765d 100644
--- a/resource/ui/mainmenuoverride.res
+++ b/resource/ui/mainmenuoverride.res
@@ -18,7 +18,143 @@
"enabled" "1"
"scaleImage" "1"
}
+
+ "Notifications_ShowButtonPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "Notifications_ShowButtonPanel"
+ "xpos" "rs1-10"
+ "ypos" "45"
+ "zpos" "0"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "bgcolor_override" "Transparent"
+
+ "Notifications_ShowButtonPanel_SB"
+ {
+ "ControlName" "CExImageButton"
+ "fieldName" "Notifications_ShowButtonPanel_SB"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "20"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "k"
+ "font" "CustomIcons"
+ "Command" "noti_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" "TanLight"
+ "armedFgColor_override" "ColorCyan"
+ }
+ }
+
+ "Notifications_Panel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "Notifications_Panel"
+ "xpos" "r345"
+ "ypos" "45"
+ "zpos" "100"
+ "wide" "210"
+ "tall" "80"
+ "visible" "0"
+ "paintbackground" "1"
+ "border" "NoBorder"
+ "bgcolor_override" "DarkGrey"
+ "PaintBackgroundType" "2"
+
+ "Notifications_CloseButton"
+ {
+ "ControlName" "CExImageButton"
+ "fieldName" "Notifications_CloseButton"
+ "xpos" "186"
+ "ypos" "8"
+ "zpos" "10"
+ "wide" "14"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labeltext" "("
+ "font" "CustomIcons"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "default" "0"
+ "actionsignallevel" "2"
+ "Command" "noti_hide"
+ "paintbackground" "0"
+
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+
+ "defaultFgColor_override" "TanLight"
+ "armedFgColor_override" "RedSolid"
+ "depressedFgColor_override" "TanLight"
+ }
+
+ "Notifications_TitleLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "Notifications_TitleLabel"
+ "font" "HudFontSmall"
+ "labelText" "%notititle%"
+ "textAlignment" "north-west"
+ "xpos" "12"
+ "ypos" "8"
+ "wide" "250"
+ "tall" "20"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "ColorCyan"
+ "wrap" "1"
+ }
+
+ "Notifications_Scroller"
+ {
+ "ControlName" "ScrollableEditablePanel"
+ "fieldName" "Notifications_Scroller"
+ "xpos" "8"
+ "ypos" "25"
+ "wide" "210"
+ "tall" "135"
+ "PaintBackgroundType" "2"
+ "fgcolor_override" "TextColor"
+
+ "Notifications_Control"
+ {
+ "ControlName" "CMainMenuNotificationsControl"
+ "fieldName" "Notifications_Control"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "220"
+ "tall" "135"
+ "visible" "1"
+ }
+ }
+ }
+
"QuestLogButton"
{
"ControlName" "EditablePanel"