diff options
Diffstat (limited to 'resource/ui/matchmakingdashboardsidepanel.res')
| -rw-r--r-- | resource/ui/matchmakingdashboardsidepanel.res | 157 |
1 files changed, 157 insertions, 0 deletions
diff --git a/resource/ui/matchmakingdashboardsidepanel.res b/resource/ui/matchmakingdashboardsidepanel.res new file mode 100644 index 0000000..c0a8c76 --- /dev/null +++ b/resource/ui/matchmakingdashboardsidepanel.res @@ -0,0 +1,157 @@ +"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" + "ypos" "0" + "wide" "30" + "tall" "f0" + "zpos" "1000" + "visible" "0" + "enabled" "0" + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + "image" "gradient_pure_black" + + if_left + { + "xpos" "rs1-3" + "rotation" "1" + } + } + + "OuterGradient" + { + "ControlName" "ImagePanel" + "fieldName" "OuterGradient" + "xpos" "rs1" + "rotation" "1" + "ypos" "0" + "wide" "20" + "tall" "f0" + "zpos" "1000" + "visible" "0" + "enabled" "0" + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + "alpha" "255" + "image" "gradient_pure_black" + + if_left + { + "xpos" "0" + "rotation" "2" + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "rs1" + "labelText" ">" + "ypos" "0" + "zpos" "10000" + "wide" "15" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "command" "nav_close" + "textAlignment" "east" + "font" "Cerbetica14" + + "armedBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" + "defaultFgColor_override" "White" + "armedFgColor_override" "169 123 53 255" + + if_left + { + "xpos" "0" + "labelText" "<" + } + } + + "ReturnButton" + { + "ControlName" "CExButton" + "fieldName" "ReturnButton" + "xpos" "3" + "labelText" "<" + "ypos" "0" + "zpos" "10000" + "wide" "20" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "command" "nav_to" + "labelText" "<" + "textAlignment" "west" + "font" "Cerbetica14" + + "armedBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" + "defaultFgColor_override" "White" + "armedFgColor_override" "169 123 53 255" + + if_left + { + "xpos" "rs1-3" + "labelText" ">" + } + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f-20" + "visible" "1" + "proportionaltoparent" "1" + "border" "TeamMenuBorder" + "bgcolor_override" "DarkGrey" + } +}
\ No newline at end of file |
