diff options
Diffstat (limited to 'minmode/resource/ui/lobbycontainerframe.res')
| -rw-r--r-- | minmode/resource/ui/lobbycontainerframe.res | 132 |
1 files changed, 131 insertions, 1 deletions
diff --git a/minmode/resource/ui/lobbycontainerframe.res b/minmode/resource/ui/lobbycontainerframe.res index ce2aca4..f3e7cc6 100644 --- a/minmode/resource/ui/lobbycontainerframe.res +++ b/minmode/resource/ui/lobbycontainerframe.res @@ -147,6 +147,8 @@ "activeborder_override" "CyanBorderTabs" "depressedBgColor_override" "10 10 10 255" "normalborder_override" "CyanBorderTabsInactive" + + "mouseinputenabled" "1" } } @@ -510,7 +512,7 @@ if_competitive { "xpos" "c+120" - "ypos" "375" + "ypos" "388" } @@ -881,4 +883,132 @@ "fgcolor_override" "200 80 60 255" } } + + "MedalsHelp" + { + "ControlName" "CExplanationPopup" + "fieldName" "MedalsHelp" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c+10" + "end_y" "60" + "end_wide" "300" + "end_tall" "175" + "callout_inparents_x" "c-35" + "callout_inparents_y" "230" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Competitive_MedalsHelp_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#TF_Competitive_MedalsHelp_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "105" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "145" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } } |
