diff options
Diffstat (limited to 'resource/ui/econ')
| -rw-r--r-- | resource/ui/econ/lobbyleaderboard.res | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/resource/ui/econ/lobbyleaderboard.res b/resource/ui/econ/lobbyleaderboard.res index 1054e75..d40d6f1 100644 --- a/resource/ui/econ/lobbyleaderboard.res +++ b/resource/ui/econ/lobbyleaderboard.res @@ -60,4 +60,38 @@ "proportionaltoparent" "1" "asynchandling" "show" } + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "150" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallestBold" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "zpos" "2" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 226 202 255" + "wrap" "1" + "centerwrap" "1" + } + } } |
