summaryrefslogtreecommitdiff
path: root/minmode
diff options
context:
space:
mode:
authoribruton <[email protected]>2016-04-29 18:58:12 -0500
committeribruton <[email protected]>2016-04-29 18:58:12 -0500
commite92f9cce648a19921f1c2d8dd211f122f8893bca (patch)
tree02811e3b653bdfd594b7e93b5151908e1ee33107 /minmode
parent4cbc6e1b31e2f61a286b92d5ef4a8fc416f503ec (diff)
Added in tooltips when mousing over ranks in mm menu
Diffstat (limited to 'minmode')
-rw-r--r--minmode/resource/ui/econ/lobbyleaderboard.res34
1 files changed, 34 insertions, 0 deletions
diff --git a/minmode/resource/ui/econ/lobbyleaderboard.res b/minmode/resource/ui/econ/lobbyleaderboard.res
index 1054e75..d40d6f1 100644
--- a/minmode/resource/ui/econ/lobbyleaderboard.res
+++ b/minmode/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"
+ }
+ }
}