diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/matchmakingtooltip-base.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/matchmakingtooltip-base.res')
| -rw-r--r-- | resource/ui/matchmakingtooltip-base.res | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/resource/ui/matchmakingtooltip-base.res b/resource/ui/matchmakingtooltip-base.res new file mode 100644 index 0000000..a049983 --- /dev/null +++ b/resource/ui/matchmakingtooltip-base.res @@ -0,0 +1,56 @@ +"Resource/UI/MatchMakingTooltip.res" +{ + "TooltipPanel" + { + // "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "30000" + "wide" "300" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "2" + "border" "ButtonHover" + "bgcolor_override" "DarkGrey" + "mouseinputenabled" "0" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + + + if_small + { + "font" "HudFontSmall" + } + + if_medium + { + "font" "HudFontMediumSmall" + } + + if_large + { + "font" "HudFontMedium" + } + + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "10" + "ypos" "10" + "zpos" "2" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "TanLight" + "auto_wide_tocontents" "1" + "auto_tall_tocontents" "1" + } + } +}
\ No newline at end of file |
