summaryrefslogtreecommitdiff
path: root/resource/ui/matchmakingtooltip.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2021-07-01 15:18:50 -0400
committerCriticalFlaw <[email protected]>2021-07-01 15:18:50 -0400
commit37603a8118b9793c9c545e01479992d1b09d2afc (patch)
tree0bf511d0acd8a47f6895e87c0e4508c41aa74b0c /resource/ui/matchmakingtooltip.res
parent74d7e98a6b1f2445c6391e26e846da57c4d7240b (diff)
Updated Matchmaking Dashboard
Diffstat (limited to 'resource/ui/matchmakingtooltip.res')
-rw-r--r--resource/ui/matchmakingtooltip.res56
1 files changed, 56 insertions, 0 deletions
diff --git a/resource/ui/matchmakingtooltip.res b/resource/ui/matchmakingtooltip.res
new file mode 100644
index 0000000..a049983
--- /dev/null
+++ b/resource/ui/matchmakingtooltip.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