summaryrefslogtreecommitdiff
path: root/resource/ui/matchmakingdashboardsidepanel.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2018-04-07 16:22:20 -0400
committerCriticalFlaw <[email protected]>2018-04-07 16:22:20 -0400
commit30feb7bbea02b2489ead75f0e6b36f81ca5a70ba (patch)
tree750fce83deec41cdbea7358e2cb82091ba112c6a /resource/ui/matchmakingdashboardsidepanel.res
parent781881de201f33ae0d50f8cb7e29a4af42408fca (diff)
Updated the Matchmaking Side Panel UI
Diffstat (limited to 'resource/ui/matchmakingdashboardsidepanel.res')
-rw-r--r--resource/ui/matchmakingdashboardsidepanel.res173
1 files changed, 173 insertions, 0 deletions
diff --git a/resource/ui/matchmakingdashboardsidepanel.res b/resource/ui/matchmakingdashboardsidepanel.res
new file mode 100644
index 0000000..98729fb
--- /dev/null
+++ b/resource/ui/matchmakingdashboardsidepanel.res
@@ -0,0 +1,173 @@
+"Resource/UI/MatchMakingDashboardSidePanel.res"
+{
+ "Shade"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "Shade"
+ "xpos" "3"
+ "ypos" "0"
+ "zpos" "1000"
+ "wide" "f0"
+ "tall" "f0"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ "mouseinputenabled" "0"
+
+ "bgcolor_override" "0 0 0 255"
+ }
+
+ "TitleGradient"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "TitleGradient"
+ "xpos" "3"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "60"
+ "zpos" "98"
+ "visible" "0"
+ "enabled" "0"
+ "rotation" "3"
+ "proportionaltoparent" "1"
+ "scaleimage" "1"
+ "mouseinputenabled" "0"
+ "alpha" "180"
+
+ "image" "gradient_pure_black"
+ }
+
+ "InnerGradient"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "InnerGradient"
+ "xpos" "3"
+ "rotation" "2"
+
+ if_left
+ {
+ "xpos" "rs1-3"
+ "rotation" "1"
+ }
+
+ "ypos" "0"
+ "wide" "30"
+ "tall" "f0"
+ "zpos" "1000"
+ "visible" "0"
+ "enabled" "0"
+
+ "proportionaltoparent" "1"
+ "scaleimage" "1"
+ "mouseinputenabled" "0"
+
+ "image" "gradient_pure_black"
+ }
+
+ "OuterGradient"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "OuterGradient"
+ "xpos" "rs1"
+ "rotation" "1"
+
+ if_left
+ {
+ "xpos" "0"
+ "rotation" "2"
+ }
+
+ "ypos" "0"
+ "wide" "20"
+ "tall" "f0"
+ "zpos" "1000"
+ "visible" "0"
+ "enabled" "0"
+
+
+ "proportionaltoparent" "1"
+ "scaleimage" "1"
+ "mouseinputenabled" "0"
+ "alpha" "255"
+
+ "image" "gradient_pure_black"
+ }
+
+ "CloseButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "CloseButton"
+ "xpos" "rs1"
+ "labelText" ">"
+
+ if_left
+ {
+ "xpos" "0"
+ "labelText" "<"
+ }
+
+ "ypos" "0"
+ "zpos" "10000"
+ "wide" "15"
+ "tall" "f0"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ "command" "nav_close"
+
+ "textAlignment" "east"
+ "font" "Cerbetica14"
+
+ "armedBgColor_override" "0 0 0 0"
+ "defaultBgColor_override" "0 0 0 0"
+
+ "defaultFgColor_override" "242 242 242 255"
+ "armedFgColor_override" "169 123 53 255"
+ }
+
+ "ReturnButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "ReturnButton"
+ "xpos" "3"
+ "labelText" "<"
+
+ if_left
+ {
+ "xpos" "rs1-3"
+ "labelText" ">"
+ }
+
+ "ypos" "0"
+ "zpos" "10000"
+ "wide" "20"
+ "tall" "f0"
+ "visible" "1"
+ "proportionaltoparent" "1"
+ "command" "nav_to"
+ "labelText" "<"
+
+ "textAlignment" "west"
+ "font" "Cerbetica14"
+
+ "armedBgColor_override" "0 0 0 0"
+ "defaultBgColor_override" "0 0 0 0"
+
+ "defaultFgColor_override" "242 242 242 255"
+ "armedFgColor_override" "169 123 53 255"
+ }
+
+ "BGPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "BGPanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "f0"
+ "tall" "f-20"
+ "visible" "1"
+ "proportionaltoparent" "1"
+
+ "border" "TeamMenuBorder"
+ "bgcolor_override" "27 27 27 255"
+ }
+}